Search Results for

    Show / Hide Table of Contents

    Class NcmClearanceBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    NcmClearanceBuilder
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    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
    double

    SafeDistance

    Declaration
    public double SafeDistance { get; set; }
    Property Value
    Type Description
    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