|
NX Open C++ Reference Guide
|
Represents the group features command <br> To create a new instance of this class, use @link CAM::NCGroupCollection::CreateGroupFeatures CAM::NCGroupCollection::CreateGroupFeatures @endlink <br>
Default values. More...
Public Types | |
| enum | FeaturesToGroupTypes { FeaturesToGroupTypesAll, FeaturesToGroupTypesBelowTopFace, FeaturesToGroupTypesSpecifyFeatures } |
| Available types for the features to group. More... | |
Public Member Functions | |
| void | CreateFeatureGroups () |
| Create the feature groups Created in NX9.0.0. | |
| NXOpen::CAM::GroupFeatures::FeaturesToGroupTypes | FeaturesToGroupType () |
| Returns the features to group enumeration Created in NX9.0.0. | |
| NXString | GeometryLocation () |
| Returns the geometry location Created in NX9.0.0. | |
| bool | GroupByIdenticalAttributes () |
| Returns the group by identical attributes flag Created in NX9.0.0. | |
| bool | GroupByMachiningAccessDirection () |
| Returns the group by machining access direction flag Created in NX9.0.0. | |
| void | SetFeaturesToGroupType (NXOpen::CAM::GroupFeatures::FeaturesToGroupTypes groupType) |
| Sets the features to group enumeration Created in NX9.0.0. | |
| void | SetFeatureTypes (std::vector< NXString > &ftrTypes) |
| Set the feature types to filter Created in NX9.0.0. | |
| void | SetGeometryLocation (const NXString &geometryLocation) |
| Sets the geometry location Created in NX9.0.0. | |
| void | SetGeometryLocation (const char *geometryLocation) |
| Sets the geometry location Created in NX9.0.0. | |
| void | SetGroupByIdenticalAttributes (bool enable) |
| Sets the group by identical attributes flag Created in NX9.0.0. | |
| void | SetGroupByMachiningAccessDirection (bool enable) |
| Sets the group by machining access direction flag Created in NX9.0.0. | |
| void | SetInputFeatures (const std::vector< NXOpen::CAM::CAMFeature * > &ftrs) |
| Set the list of input features Created in NX9.0.0. | |
| void | SetMachiningAccessDirections (const std::vector< NXOpen::Direction * > &vecDirectionTags, double dTolerance) |
| Set the machining access directions to filter Created in NX9.0.0. | |
| NXOpen::ScCollector * | TopFaceCollector () |
| Returns the top face collector Created in NX9.0.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents the group features command <br> To create a new instance of this class, use @link CAM::NCGroupCollection::CreateGroupFeatures CAM::NCGroupCollection::CreateGroupFeatures @endlink <br>
Default values.
| Property | Value |
|---|---|
|
FeaturesToGroupType |
All |
Created in NX9.0.0.
| void NXOpen::CAM::GroupFeatures::CreateFeatureGroups | ( | ) |
Create the feature groups
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
| NXOpen::CAM::GroupFeatures::FeaturesToGroupTypes NXOpen::CAM::GroupFeatures::FeaturesToGroupType | ( | ) |
Returns the features to group enumeration
Created in NX9.0.0.
License requirements : None
| NXString NXOpen::CAM::GroupFeatures::GeometryLocation | ( | ) |
Returns the geometry location
Created in NX9.0.0.
License requirements : None
| bool NXOpen::CAM::GroupFeatures::GroupByIdenticalAttributes | ( | ) |
Returns the group by identical attributes flag
Created in NX9.0.0.
License requirements : None
| bool NXOpen::CAM::GroupFeatures::GroupByMachiningAccessDirection | ( | ) |
Returns the group by machining access direction flag
Created in NX9.0.0.
License requirements : None
| void NXOpen::CAM::GroupFeatures::SetFeaturesToGroupType | ( | NXOpen::CAM::GroupFeatures::FeaturesToGroupTypes | groupType | ) |
Sets the features to group enumeration
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
| groupType | group type |
| void NXOpen::CAM::GroupFeatures::SetFeatureTypes | ( | std::vector< NXString > & | ftrTypes | ) |
Set the feature types to filter
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
| ftrTypes | ftr types |
| void NXOpen::CAM::GroupFeatures::SetGeometryLocation | ( | const NXString & | geometryLocation | ) |
Sets the geometry location
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
| geometryLocation | geometry location |
| void NXOpen::CAM::GroupFeatures::SetGeometryLocation | ( | const char * | geometryLocation | ) |
Sets the geometry location
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
| geometryLocation | geometry location |
| void NXOpen::CAM::GroupFeatures::SetGroupByIdenticalAttributes | ( | bool | enable | ) |
Sets the group by identical attributes flag
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
| enable | enable |
| void NXOpen::CAM::GroupFeatures::SetGroupByMachiningAccessDirection | ( | bool | enable | ) |
Sets the group by machining access direction flag
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
| enable | enable |
| void NXOpen::CAM::GroupFeatures::SetInputFeatures | ( | const std::vector< NXOpen::CAM::CAMFeature * > & | ftrs | ) |
Set the list of input features
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
| ftrs | ftrs |
| void NXOpen::CAM::GroupFeatures::SetMachiningAccessDirections | ( | const std::vector< NXOpen::Direction * > & | vecDirectionTags, |
| double | dTolerance | ||
| ) |
Set the machining access directions to filter
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
| vecDirectionTags | vecdirectiontags |
| dTolerance | dtolerance |
| NXOpen::ScCollector* NXOpen::CAM::GroupFeatures::TopFaceCollector | ( | ) |
Returns the top face collector
Created in NX9.0.0.
License requirements : None