Click or drag to resize

APIshowViewport Method

Open the viewport showing the model in path. REST version only against local instance of NextFEM Designer
REST path: /op/showvieport/[width]/[height]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool showViewport(
	string path,
	int width = 600,
	int height = 400
)

Parameters

path  String
width  Int32  (Optional)
height  Int32  (Optional)

Return Value

Boolean
Remarks
For usage with plugins.
See Also