Search Results for

    Show / Hide Table of Contents

    Class NcmClearanceBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    NcmClearanceBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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
    [Obsolete("Deprecated in NX2007.0.0.  Use NXOpen.CAM.NcmClearanceBuilder.AxisObject instead.")]
    public NXObject Axis { get; set; }
    Property Value
    Type Description
    NXObject

    AxisObject

    Declaration
    public Direction AxisObject { get; set; }
    Property Value
    Type Description
    Direction

    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 NcmClearanceBuilder.ClearanceTypes ClearanceType { get; set; }
    Property Value
    Type Description
    NcmClearanceBuilder.ClearanceTypes

    PlaneXform

    Declaration
    public Plane PlaneXform { get; set; }
    Property Value
    Type Description
    Plane

    Point

    Declaration
    [Obsolete("Deprecated in NX2007.0.0.  Use NXOpen.CAM.NcmClearanceBuilder.PointObject instead.")]
    public NXObject Point { get; set; }
    Property Value
    Type Description
    NXObject

    PointObject

    Declaration
    public Point PointObject { get; set; }
    Property Value
    Type Description
    Point

    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
    In This Article
    Back to top Generated by DocFX