NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.CAM.GroupFeatures Class Reference

Represents the group features command More...

Inheritance diagram for NXOpen.CAM.GroupFeatures:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  FeaturesToGroupTypes { All, BelowTopFace, SpecifyFeatures }
 Available types for the features to group More...
 

Public Member Functions

unsafe void CreateFeatureGroups ()
 Create the feature groups More...
 
unsafe void SetFeatureTypes (string[] ftrTypes)
 Set the feature types to filter More...
 
unsafe void SetInputFeatures (NXOpen.CAM.CAMFeature[] ftrs)
 Set the list of input features More...
 
unsafe void SetMachiningAccessDirections (NXOpen.Direction[] vecDirectionTags, double dTolerance)
 Set the machining access directions to filter More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.CAM.GroupFeatures.FeaturesToGroupTypes 
FeaturesToGroupType [get, set]
 Returns or sets the features to group enumeration More...
 
unsafe string GeometryLocation [get, set]
 Returns or sets the geometry location More...
 
unsafe string GroupByAttributes [get, set]
 Returns or sets the group by attributes options - None, All, Predefined More...
 
unsafe bool GroupByIdenticalAttributes [get, set]
 Returns or sets the group by identical attributes flag More...
 
unsafe bool GroupByMachiningAccessDirection [get, set]
 Returns or sets the group by machining access direction flag More...
 
unsafe NXOpen.ScCollector TopFaceCollector [get]
 Returns the top face collector More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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
All 
BelowTopFace 
SpecifyFeatures 

Member Function Documentation

unsafe void NXOpen.CAM.GroupFeatures.CreateFeatureGroups ( )
inline

Create the feature groups

Created in NX9.0.0

License requirements: cam_base ("CAM BASE")

unsafe void NXOpen.CAM.GroupFeatures.SetFeatureTypes ( string[]  ftrTypes)
inline

Set the feature types to filter

Created in NX9.0.0

License requirements: cam_base ("CAM BASE")

Parameters
ftrTypes
unsafe void NXOpen.CAM.GroupFeatures.SetInputFeatures ( NXOpen.CAM.CAMFeature[]  ftrs)
inline

Set the list of input features

Created in NX9.0.0

License requirements: cam_base ("CAM BASE")

Parameters
ftrs
unsafe void NXOpen.CAM.GroupFeatures.SetMachiningAccessDirections ( NXOpen.Direction[]  vecDirectionTags,
double  dTolerance 
)
inline

Set the machining access directions to filter

Created in NX9.0.0

License requirements: cam_base ("CAM BASE")

Parameters
vecDirectionTags
dTolerance

Property Documentation

unsafe NXOpen.CAM.GroupFeatures.FeaturesToGroupTypes NXOpen.CAM.GroupFeatures.FeaturesToGroupType
getset

Returns or sets the features to group enumeration

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe string NXOpen.CAM.GroupFeatures.GeometryLocation
getset

Returns or sets the geometry location

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe string NXOpen.CAM.GroupFeatures.GroupByAttributes
getset

Returns or sets the group by attributes options - None, All, Predefined

Created in NX9.0.1

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe bool NXOpen.CAM.GroupFeatures.GroupByIdenticalAttributes
getset

Returns or sets the group by identical attributes flag

Created in NX9.0.0

Deprecated in NX9.0.1. Use CAM.GroupFeatures.GroupByAttributes instead.

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe bool NXOpen.CAM.GroupFeatures.GroupByMachiningAccessDirection
getset

Returns or sets the group by machining access direction flag

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.ScCollector NXOpen.CAM.GroupFeatures.TopFaceCollector
get

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.