Search Results for

    Show / Hide Table of Contents

    Class CustomNcmClearanceBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    CustomNcmClearanceBuilder
    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 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
    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
    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