Class NcmClearanceBuilder
Inheritance
NcmClearanceBuilder
Assembly: NXOpen.dll
Syntax
public class NcmClearanceBuilder : TaggedObject, IMessageSink
Constructors
NcmClearanceBuilder()
Declaration
protected NcmClearanceBuilder()
Properties
Axis
Declaration
[Obsolete("Deprecated in NX2007.0.0. Use NXOpen.CAM.NcmClearanceBuilder.AxisObject instead.")]
public NXObject Axis { get; set; }
Property Value
AxisObject
Declaration
public Direction AxisObject { get; set; }
Property Value
Body
Declaration
public NXObject Body { get; set; }
Property Value
BoundingBoxClearance
Declaration
public double BoundingBoxClearance { get; set; }
Property Value
ClearanceType
Declaration
public NcmClearanceBuilder.ClearanceTypes ClearanceType { get; set; }
Property Value
Declaration
public Plane PlaneXform { get; set; }
Property Value
Point
Declaration
[Obsolete("Deprecated in NX2007.0.0. Use NXOpen.CAM.NcmClearanceBuilder.PointObject instead.")]
public NXObject Point { get; set; }
Property Value
PointObject
Declaration
public Point PointObject { get; set; }
Property Value
Radius
Declaration
public double Radius { get; set; }
Property Value
SafeDistance
Declaration
public double SafeDistance { get; set; }
Property Value
SafeDistanceBuilder
Declaration
public ExpressionDouble SafeDistanceBuilder { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink