Description | ||||||||||||||
Creates a new import feature in the solid to contain a datum curve. | ||||||||||||||
Replacement in Object TOOLKIT: | wfcWSolid::ImportAsFeat | |||||||||||||
Synopsis | ||||||||||||||
#include <ProImportfeat.h> | ||||||||||||||
ProError | ProDatumcurveFromfileCreate | ( | ||||||||||||
ProSolid p_solid | ||||||||||||||
/* (In) | ||||||||||||||
The pointer to the solid. | ||||||||||||||
*/ | ||||||||||||||
ProPath full_file_name | ||||||||||||||
/* (In) | ||||||||||||||
The file name from which to create the import feature. | ||||||||||||||
*/ | ||||||||||||||
ProIntfType file_type | ||||||||||||||
/* (In) | ||||||||||||||
The file type | ||||||||||||||
*/ | ||||||||||||||
ProCsys p_csys | ||||||||||||||
/* (In) | ||||||||||||||
The pointer to a reference coordinate system. If this is NULL, the function uses the default coordinate system. | ||||||||||||||
*/ | ||||||||||||||
ProFeature* p_feat_handle | ||||||||||||||
/* (Out) | ||||||||||||||
The handle to the new import feature. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|