Class CAMFeature
Inheritance
System.Object
System.MarshalByRefObject
CAMFeature
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAM
Assembly: NXOpen.dll
Syntax
public class CAMFeature : Feature, IMessageSink, IFitTo, INXObject
Constructors
CAMFeature()
Declaration
protected CAMFeature()
Properties
Attributes
Declaration
public CAMAttributeCollection Attributes { get; }
Property Value
Type | Description |
---|---|
CAMAttributeCollection |
CoordinateSystem
Declaration
public CartesianCoordinateSystem CoordinateSystem { get; }
Property Value
Type | Description |
---|---|
CartesianCoordinateSystem |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SourceType
Declaration
public string SourceType { get; }
Property Value
Type | Description |
---|---|
System.String |
Status
Declaration
public CAMFeature.State Status { get; }
Property Value
Type | Description |
---|---|
CAMFeature.State |
Type
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ApproveChanges()
Declaration
public void ApproveChanges()
GetFaces()
Declaration
public Face[] GetFaces()
Returns
Type | Description |
---|---|
Face[] |
GetGeometry()
Declaration
public DisplayableObject[] GetGeometry()
Returns
Type | Description |
---|---|
DisplayableObject[] |
GetGroups()
Declaration
public NCGroup[] GetGroups()
Returns
Type | Description |
---|---|
NCGroup[] |
GetOperations()
Declaration
public Operation[] GetOperations()
Returns
Type | Description |
---|---|
Operation[] |
GetProcessStatus(NCGroup)
Declaration
public CAMFeature.ProcessStatus GetProcessStatus(NCGroup group)
Parameters
Type | Name | Description |
---|---|---|
NCGroup | group |
Returns
Type | Description |
---|---|
CAMFeature.ProcessStatus |
Implements
System.Runtime.Remoting.Messaging.IMessageSink