<Code Lib>
2025.3 Method
Changes 0
M

ExporterIFC.Set3DContextHandle

Description:
Sets the IfcRepresentationContext or IfcRepresentationSubContext handle to be used for 3D entities (Model entities).

public void Set3DContextHandle(
	IFCAnyHandle contextHandle,
	string subContextName
)

  • contextHandle
    The IfcRepresentationContext for 3D entities.
  • String
    subContextName
    The name of the IfcRepresentationSubContext, or the IfcRepresentationContext if the string is empty, for 3D entities.

Loading…