NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::CAM::GroupFeatures Class Reference

Represents the group features command
To create a new instance of this class, use NXOpen::CAM::NCGroupCollection::CreateGroupFeatures
Default values. More...

Inheritance diagram for NXOpen::CAM::GroupFeatures:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

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. More...
 
NXOpen::CAM::GroupFeatures::FeaturesToGroupTypes FeaturesToGroupType ()
 Returns the features to group enumeration
Created in NX9.0.0. More...
 
NXString GeometryLocation ()
 Returns the geometry location
Created in NX9.0.0. More...
 
NXString GroupByAttributes ()
 Returns the group by attributes options - None, All, Predefined
Created in NX9.0.1. More...
 
bool GroupByIdenticalAttributes ()
 Returns the group by identical attributes flag
More...
 
bool GroupByMachiningAccessDirection ()
 Returns the group by machining access direction flag
Created in NX9.0.0. More...
 
void SetFeaturesToGroupType (NXOpen::CAM::GroupFeatures::FeaturesToGroupTypes groupType)
 Sets the features to group enumeration
Created in NX9.0.0. More...
 
void SetFeatureTypes (std::vector< NXString > &ftrTypes)
 Set the feature types to filter
Created in NX9.0.0. More...
 
void SetGeometryLocation (const NXString &geometryLocation)
 Sets the geometry location
Created in NX9.0.0. More...
 
void SetGeometryLocation (const char *geometryLocation)
 Sets the geometry location
Created in NX9.0.0. More...
 
void SetGroupByAttributes (const NXString &groupBy)
 Sets the group by attributes options - None, All, Predefined
Created in NX9.0.1. More...
 
void SetGroupByAttributes (const char *groupBy)
 Sets the group by attributes options - None, All, Predefined
Created in NX9.0.1. More...
 
void SetGroupByIdenticalAttributes (bool enable)
 Sets the group by identical attributes flag
More...
 
void SetGroupByMachiningAccessDirection (bool enable)
 Sets the group by machining access direction flag
Created in NX9.0.0. More...
 
void SetInputFeatures (const std::vector< NXOpen::CAM::CAMFeature * > &ftrs)
 Set the list of input features
Created in NX9.0.0. More...
 
void SetMachiningAccessDirections (const std::vector< NXOpen::Direction * > &vecDirectionTags, double dTolerance)
 Set the machining access directions to filter
Created in NX9.0.0. More...
 
NXOpen::ScCollectorTopFaceCollector ()
 Returns the top face collector
Created in NX9.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents the group features command
To create a new instance of this class, use NXOpen::CAM::NCGroupCollection::CreateGroupFeatures
Default values.

Property Value

FeaturesToGroupType

All

GroupByAttributes

Predefined

GroupByMachiningAccessDirection

false


Created in NX9.0.0.

Member Enumeration Documentation

Available types for the features to group.

Enumerator
FeaturesToGroupTypesAll 

all

FeaturesToGroupTypesBelowTopFace 

below top face

FeaturesToGroupTypesSpecifyFeatures 

specify features

Member Function Documentation

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

NXString NXOpen::CAM::GroupFeatures::GroupByAttributes ( )

Returns the group by attributes options - None, All, Predefined
Created in NX9.0.1.



License requirements : None

bool NXOpen::CAM::GroupFeatures::GroupByIdenticalAttributes ( )

Returns the group by identical attributes flag

Deprecated:
Deprecated in NX9.0.1.

Use CAM::GroupFeatures::GroupByAttributes and CAM::GroupFeatures::SetGroupByAttributes instead.


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")

Parameters
groupTypegroup 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")

Parameters
ftrTypesftr types
void NXOpen::CAM::GroupFeatures::SetGeometryLocation ( const NXString geometryLocation)

Sets the geometry location
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
geometryLocationgeometry location
void NXOpen::CAM::GroupFeatures::SetGeometryLocation ( const char *  geometryLocation)

Sets the geometry location
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
geometryLocationgeometry location
void NXOpen::CAM::GroupFeatures::SetGroupByAttributes ( const NXString groupBy)

Sets the group by attributes options - None, All, Predefined
Created in NX9.0.1.



License requirements : cam_base ("CAM BASE")

Parameters
groupBygroup by
void NXOpen::CAM::GroupFeatures::SetGroupByAttributes ( const char *  groupBy)

Sets the group by attributes options - None, All, Predefined
Created in NX9.0.1.



License requirements : cam_base ("CAM BASE")

Parameters
groupBygroup by
void NXOpen::CAM::GroupFeatures::SetGroupByIdenticalAttributes ( bool  enable)

Sets the group by identical attributes flag

Deprecated:
Deprecated in NX9.0.1.

Use CAM::GroupFeatures::GroupByAttributes and CAM::GroupFeatures::SetGroupByAttributes instead.


Created in NX9.0.0.

License requirements : cam_base ("CAM BASE")

Parameters
enableenable
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")

Parameters
enableenable
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")

Parameters
ftrsftrs
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")

Parameters
vecDirectionTagsvecdirectiontags
dTolerancedtolerance
NXOpen::ScCollector* NXOpen::CAM::GroupFeatures::TopFaceCollector ( )

Returns the top face collector
Created in NX9.0.0.



License requirements : None


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.