Difference between revisions of "VCOM:VectorWorks:IFCLib:IIFCSupport"
From Vectorworks Developer
NBeshevliev (Talk | contribs) |
|||
Line 60: | Line 60: | ||
[[VCOM:VectorWorks:IFCLib:IIFCSupport::IFC_SetIFCProperty|IFC_SetIFCProperty]] | [[VCOM:VectorWorks:IFCLib:IIFCSupport::IFC_SetIFCProperty|IFC_SetIFCProperty]] | ||
[[VCOM:VectorWorks:IFCLib:IIFCSupport::IFC_GetPropertiesList|IFC_GetPropertiesList]] | [[VCOM:VectorWorks:IFCLib:IIFCSupport::IFC_GetPropertiesList|IFC_GetPropertiesList]] | ||
+ | [[VCOM:VectorWorks:IFCLib:IIFCSupport::IFC_DeleteIFCInfo|IFC_DeleteIFCInfo]] | ||
</listTable> | </listTable> | ||
Line 137: | Line 138: | ||
[[VCOM:VectorWorks:IFCLib:IIFCSupport::IFC_CopyIFCData|IFC_CopyIFCData]] | [[VCOM:VectorWorks:IFCLib:IIFCSupport::IFC_CopyIFCData|IFC_CopyIFCData]] | ||
[[VCOM:VectorWorks:IFCLib:IIFCSupport::IFC_GetFullEntitiesList|IFC_GetFullEntitiesList]] | [[VCOM:VectorWorks:IFCLib:IIFCSupport::IFC_GetFullEntitiesList|IFC_GetFullEntitiesList]] | ||
− | |||
[[VCOM:VectorWorks:IFCLib:IIFCSupport::IFC_IsObjectEnabled|IFC_IsObjectEnabled]] | [[VCOM:VectorWorks:IFCLib:IIFCSupport::IFC_IsObjectEnabled|IFC_IsObjectEnabled]] | ||
[[VCOM:VectorWorks:IFCLib:IIFCSupport::IFC_IsEntryEnabled|IFC_IsEntryEnabled]] | [[VCOM:VectorWorks:IFCLib:IIFCSupport::IFC_IsEntryEnabled|IFC_IsEntryEnabled]] |
Revision as of 07:11, 28 June 2018
.SDK|SDK ..SDK:Types|SDK Types ..VCOM:VCOM (Vectorworks Component Object Model)|VCOM Basics ..VCOM:Class Reference|VCOM Class Reference
Description
namespaceVCOM:VectorWorks:IFCLib
Provides access to IFC features of Vectorworks. Use all the functions via global pointer gIFC.
Members
I/O
Dialogs
ShowExportOptions ShowIFCDataForSelection ShowManagePsetsDlg ShowObjectIFCDataEditDlg ShowPickIFCTypeDlg ShowPickIFCTypeDlg2
Project Options
Entities
Property Sets (PSets)
COBie
Data Mapping
Vectorworks Records
IFC_GetParamIndex IFC_GetParamName IFC_GetParamStyle IFC_GetParamValue IFC_GetParamsCount IFC_GetRecordLocalizedName IFC_IsIFCRecord
Objects Support
Others (without description)
IFC_AddField IFC_ClearIFCInfo IFC_CopyIFCData IFC_GetFieldName IFC_GetFullEntitiesList IFC_GetPropChoices IFC_GetPropertiesListOfPset IFC_IsEntryEnabled IFC_IsObjectEnabled IFC_SetFieldOptional
Obsolete Members (not supported)
Remarks
There is predefined type for smart VCOM pointer VCOMPtr to IIFCSupport interface:typedef VCOMPtr<IIFCSupport> IIFCSupportPtr;
Version
Available from: Vectorworks 2013See Also
IFC Enumerations[[VCOM:VectorWorks:IFCLib:IFCEnumerations|IFC Enumerations]]
[[VCOM:VCOMPtr]]