Class NcmClearanceBuilder
Inheritance
System.Object
System.MarshalByRefObject
NcmClearanceBuilder
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 NcmClearanceBuilder : TaggedObject, IMessageSink
Constructors
NcmClearanceBuilder()
Declaration
protected NcmClearanceBuilder()
Properties
Axis
Declaration
public NXObject Axis { get; set; }
Property Value
Type | Description |
---|---|
NXObject |
BoundingBoxClearance
Declaration
public double BoundingBoxClearance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ClearanceType
Declaration
public NcmClearanceBuilder.ClearanceTypes ClearanceType { get; set; }
Property Value
Type | Description |
---|---|
NcmClearanceBuilder.ClearanceTypes |
PlaneXform
Declaration
public NXObject PlaneXform { get; set; }
Property Value
Type | Description |
---|---|
NXObject |
Point
Declaration
public NXObject Point { get; set; }
Property Value
Type | Description |
---|---|
NXObject |
Radius
Declaration
public double Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SafeDistance
Declaration
public double SafeDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.Runtime.Remoting.Messaging.IMessageSink