Solid Operations
Method Introduced:
The method
IpfcSolid.CreateImportFeat() creates a new import feature in the solid and takes the following input arguments:
• IntfData—The source of data from which to create the import feature. It is given by the IpfcIntfDataSource object. The type of source data that can be imported is given by the EpfcIntfType class and can be of the following types:
◦ EpfcINTF_NEUTRAL
◦ EpfcINTF_NEUTRAL_FILE
◦ EpfcINTF_IGES
◦ EpfcINTF_STEP
◦ EpfcINTF_VDA
◦ EpfcINTF_ICEM
◦ EpfcINTF_ACIS
◦ EpfcINTF_DXF
◦ EpfcINTF_CDRS
◦ EpfcINTF_STL
◦ EpfcINTF_VRML
◦ EpfcINTF_PARASOLID
◦ EpfcINTF_AI
◦ EpfcINTF_CATIA_PART
◦ EpfcINTF_UG
◦ EpfcINTF_PRODUCTVIEW
◦ EpfcINTF_CATIA_CGR
◦ EpfcINTF_JT
• CoordSys—The pointer to a reference coordinate system. If this is NULL, the function uses the default coordinate system.
• FeatAttr—The attributes for creation of the new import feature given by the IpfcImportFeatAttr object. If this pointer is NULL, the function uses the default attributes.