| Description |
| Creates a new import feature in the solid. |
| Synopsis |
| #include <ProImportfeat.h> |
| ProError | ProImportfeatCreate | ( |
| ProSolid p_solid | |
| /*
(In) |
| The pointer to the solid (part). Assembly case is not supported. |
| */ |
| ProIntfDataSource* data_source | |
| /*
(In) |
| The source of data from which to create the import feature. |
| */ |
| ProCsys p_csys | |
| /*
(In) |
| The pointer to a reference coordinate system. If this is NULL, the function uses the default coordinate system. |
| */ |
| ProImportfeatAttr* p_attributes | |
| /*
(In) |
| The attributes for creation of the new import feature. If this pointer is NULL, the function uses the default attributes. |
| */ |
| ProFeature* p_feat_handle | |
| /*
(Out) |
| The handle to the new import feature. |
| */ |
| ) |
| Returns |
|
|