Difference between revisions of "VCOM:VectorWorks:IFCLib:IIFCSupport"
From Vectorworks Developer
Line 7: | Line 7: | ||
namespace <code>VCOM:VectorWorks:IFCLib</code> | namespace <code>VCOM:VectorWorks:IFCLib</code> | ||
− | Provides access to IFC features of Vectorworks. | + | Provides access to IFC features of Vectorworks. <font color="green">Use all the functions via global pointer '''gIFC'''</font>. |
</desc> | </desc> | ||
Revision as of 06:00, 19 April 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
Others (without description)
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]]