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