Click or drag to resize

APIimportIFC Method

Import IFC file
REST path: /op/import/ifc/[includeRigidLinks]
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 importIFC(
	string path,
	bool includeRigidLinks = false
)

Parameters

path  String
Full path of the IFC file
includeRigidLinks  Boolean  (Optional)
False is default. True to read rigid links from structural models

Return Value

Boolean
Boolean
See Also