Class NcmAvoidancePointBuilder
Inheritance
System.Object
System.MarshalByRefObject
NcmAvoidancePointBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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 NcmAvoidancePointBuilder : TaggedObject, IMessageSink
Constructors
NcmAvoidancePointBuilder()
Declaration
protected NcmAvoidancePointBuilder()
Properties
Point
Declaration
public Point Point { get; set; }
Property Value
Type | Description |
---|---|
Point |
PointStatus
Declaration
public NcmAvoidancePointBuilder.PointStates PointStatus { get; set; }
Property Value
Type | Description |
---|---|
NcmAvoidancePointBuilder.PointStates |
ToolAxis
Declaration
public NXObject ToolAxis { get; set; }
Property Value
Type | Description |
---|---|
NXObject |
ToolAxisStatus
Declaration
public int ToolAxisStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ToolAxisUsage
Declaration
public NcmAvoidancePointBuilder.ToolAxisUsages ToolAxisUsage { get; set; }
Property Value
Type | Description |
---|---|
NcmAvoidancePointBuilder.ToolAxisUsages |
Implements
System.Runtime.Remoting.Messaging.IMessageSink