NX Open C++ Reference Guide
|
Represents a CAM::CAMFeature builder
To obtain an instance of this class use CAM::FeatureRecognitionBuilder
Created in NX8.0.0.
More...
Public Member Functions | |
NXOpen::CoordinateSystem * | CoordinateSystem () |
Returns the csys feature Created in NX8.0.0. | |
NXOpen::ScCollector * | Faces () |
Returns the face selection Created in NX8.0.0. | |
NXOpen::CAM::CAMFeatureList * | Features () |
Returns the list features Created in NX8.0.0. | |
NXString | FeatureType () |
Returns the feature type of the feature to create Created in NX8.0.0. | |
void | SetCoordinateSystem (NXOpen::CoordinateSystem *csysFeature) |
Sets the csys feature Created in NX8.0.0. | |
void | SetFeatureType (const NXString &name) |
Sets the feature type of the feature to create Created in NX8.0.0. | |
void | SetFeatureType (const char *name) |
Sets the feature type of the feature to create Created in NX8.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a CAM::CAMFeature builder
To obtain an instance of this class use CAM::FeatureRecognitionBuilder
Created in NX8.0.0.
NXOpen::CoordinateSystem* NXOpen::CAM::MachiningFeature::CoordinateSystem | ( | ) |
Returns the csys feature
Created in NX8.0.0.
License requirements : None
NXOpen::ScCollector* NXOpen::CAM::MachiningFeature::Faces | ( | ) |
Returns the face selection
Created in NX8.0.0.
License requirements : None
NXOpen::CAM::CAMFeatureList* NXOpen::CAM::MachiningFeature::Features | ( | ) |
Returns the list features
Created in NX8.0.0.
License requirements : None
NXString NXOpen::CAM::MachiningFeature::FeatureType | ( | ) |
Returns the feature type of the feature to create
Created in NX8.0.0.
License requirements : None
void NXOpen::CAM::MachiningFeature::SetCoordinateSystem | ( | NXOpen::CoordinateSystem * | csysFeature | ) |
Sets the csys feature
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
csysFeature | csysfeature |
void NXOpen::CAM::MachiningFeature::SetFeatureType | ( | const NXString & | name | ) |
Sets the feature type of the feature to create
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
name | name |
void NXOpen::CAM::MachiningFeature::SetFeatureType | ( | const char * | name | ) |
Sets the feature type of the feature to create
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
name | name |