Click or drag to resize

APIexportGLTF Method

Export the model to glTF format for web sharing.
REST path: /op/export/gltf/[saveIFC]
REST verb: GET
REST header: {"path", path}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool exportGLTF(
	string path,
	bool saveIFC = false
)

Parameters

path  String
Path of the file to be saved
saveIFC  Boolean  (Optional)
Optional parameter to save IFC to the same folder. Default is false

Return Value

Boolean
Boolean
See Also