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

Represents a CAM Feature Group More...

Inheritance diagram for NXOpen.CAM.FeatureGeometryGroup:
NXOpen.CAM.FeatureGeometry NXOpen.CAM.NCGroup NXOpen.CAM.CAMObject NXOpen.NXObject NXOpen.TaggedObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  ProcessStatus { Unknown, Ok, Suspect }
 Update status of the feature More...
 

Public Member Functions

unsafe void AddFeature (NXOpen.CAM.CAMFeature feature)
 Adds a feature to the feature geometry group More...
 
unsafe NXOpen.CAM.CAMFeature[] GetFeatures ()
 Get the features in the feature group More...
 
unsafe NXOpen.CAM.Operation[] GetOperations ()
 Get the operations of the feature group More...
 
unsafe void Redistribute ()
 Redistributes the geometry of the feature geometry group More...
 
unsafe void RemoveFeature (NXOpen.CAM.CAMFeature feature)
 Removes a feature from the feature geometry group More...
 

Properties

unsafe string Name [get, set]
 Returns or sets the name of the feature group More...
 
unsafe
NXOpen.CAM.FeatureGeometryGroup.ProcessStatus 
Status [get]
 Returns the update status of the feature group More...
 
unsafe string Type [get]
 Returns the feature type of the feature group More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a CAM Feature Group

To obtain an instance of this class use NXOpen.CAM.FeatureRecognitionBuilder

Created in NX8.0.0

Member Enumeration Documentation

Update status of the feature

Enumerator
Unknown 

Feature group status is unknown

Ok 

Feature group status is ok

Suspect 

Feature group status is suspected

Member Function Documentation

unsafe void NXOpen.CAM.FeatureGeometryGroup.AddFeature ( NXOpen.CAM.CAMFeature  feature)
inline

Adds a feature to the feature geometry group

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

Parameters
feature
unsafe NXOpen.CAM.CAMFeature [] NXOpen.CAM.FeatureGeometryGroup.GetFeatures ( )
inline

Get the features in the feature group

Created in NX8.0.0

License requirements: None.

Returns
unsafe NXOpen.CAM.Operation [] NXOpen.CAM.FeatureGeometryGroup.GetOperations ( )
inline

Get the operations of the feature group

Created in NX8.0.0

License requirements: None.

Returns
unsafe void NXOpen.CAM.FeatureGeometryGroup.Redistribute ( )
inline

Redistributes the geometry of the feature geometry group

Created in NX8.5.0

License requirements: cam_base ("CAM BASE")

unsafe void NXOpen.CAM.FeatureGeometryGroup.RemoveFeature ( NXOpen.CAM.CAMFeature  feature)
inline

Removes a feature from the feature geometry group

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

Parameters
feature

Property Documentation

unsafe string NXOpen.CAM.FeatureGeometryGroup.Name
getset

Returns or sets the name of the feature group

Created in NX8.0.0

License requirements to get this property: None.

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

Returns the update status of the feature group

Created in NX8.0.0

License requirements: None.

unsafe string NXOpen.CAM.FeatureGeometryGroup.Type
get

Returns the feature type of the feature group

Created in NX8.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.