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

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...

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.
 
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::ScCollectorTopFaceCollector ()
 Returns the top face collector
Created in NX9.0.0.
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 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::NXObjectGetObject ()
 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.
 

Detailed Description

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.

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

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

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::SetGroupByIdenticalAttributes ( bool  enable)

Sets the group by identical attributes flag
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 2013 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.