This function creates and attaches to hObject an IFC Record with the given IFC entity.
FUNCTION IFC_SetIFCEntity(
hObject : HANDLE;
inStrIfcName : STRING): BOOLEAN;def vs.IFC_SetIFCEntity(hObject, inStrIfcName):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| hObject | HANDLE | Handle to object |
| inStrIfcName | STRING | Name of the IFC entity |
Assume we have an object, which we want to be exported as furniture:
IFC_SetIFCEntity(hObject, ‘IfcFurnishingElement’);ok = vs.IFC_SetIFCEntity(hObject, ‘IfcFurnishingElement’)Availability: from Vectorworks 2014