Search Results for

    Show / Hide Table of Contents

    Class NcmPlanarEngRetBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    NcmPlanarEngRetBuilder
    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 NcmPlanarEngRetBuilder : TaggedObject, IMessageSink

    Constructors

    NcmPlanarEngRetBuilder()

    Declaration
    protected NcmPlanarEngRetBuilder()

    Properties

    ArcAngle

    Declaration
    public double ArcAngle { get; set; }
    Property Value
    Type Description
    double

    DiameterBuilder

    Declaration
    public InheritableToolDepBuilder DiameterBuilder { get; }
    Property Value
    Type Description
    InheritableToolDepBuilder

    EffectDistBuilder

    Declaration
    public InheritableToolDepBuilder EffectDistBuilder { get; }
    Property Value
    Type Description
    InheritableToolDepBuilder

    EngRetType

    Declaration
    public NcmPlanarEngRetBuilder.EngRetTypes EngRetType { get; set; }
    Property Value
    Type Description
    NcmPlanarEngRetBuilder.EngRetTypes

    ExtendAfterArc

    Declaration
    public InheritableToolDepBuilder ExtendAfterArc { get; }
    Property Value
    Type Description
    InheritableToolDepBuilder

    ExtendBeforeArc

    Declaration
    public InheritableToolDepBuilder ExtendBeforeArc { get; }
    Property Value
    Type Description
    InheritableToolDepBuilder

    HeightBuilder

    Declaration
    public InheritableToolDepBuilder HeightBuilder { get; }
    Property Value
    Type Description
    InheritableToolDepBuilder

    HeightFrom

    Declaration
    public NcmPlanarEngRetBuilder.MeasureHeightFrom HeightFrom { get; set; }
    Property Value
    Type Description
    NcmPlanarEngRetBuilder.MeasureHeightFrom

    HelicalRampAngleBuilder

    Declaration
    public InheritableDoubleBuilder HelicalRampAngleBuilder { get; }
    Property Value
    Type Description
    InheritableDoubleBuilder

    IfEngageDoesNotFit

    Declaration
    public NcmPlanarEngRetBuilder.IfEngageDoesNotFitTypes IfEngageDoesNotFit { get; set; }
    Property Value
    Type Description
    NcmPlanarEngRetBuilder.IfEngageDoesNotFitTypes

    IgnoreBlankOnTrimSide

    Declaration
    public bool IgnoreBlankOnTrimSide { get; set; }
    Property Value
    Type Description
    bool

    LengthBuilder

    Declaration
    public InheritableToolDepBuilder LengthBuilder { get; }
    Property Value
    Type Description
    InheritableToolDepBuilder

    MaxWidthBuilder

    Declaration
    public InheritableToolDepBuilder MaxWidthBuilder { get; }
    Property Value
    Type Description
    InheritableToolDepBuilder

    MinClearanceBuilder

    Declaration
    public InheritableToolDepBuilder MinClearanceBuilder { get; }
    Property Value
    Type Description
    InheritableToolDepBuilder

    MinRampLengthBuilder

    Declaration
    public InheritableToolDepBuilder MinRampLengthBuilder { get; }
    Property Value
    Type Description
    InheritableToolDepBuilder

    MinimumClearance

    Declaration
    public NcmPlanarEngRetBuilder.MinClearanceTypes MinimumClearance { get; set; }
    Property Value
    Type Description
    NcmPlanarEngRetBuilder.MinClearanceTypes

    Plane

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

    RadiusBuilder

    Declaration
    public InheritableToolDepBuilder RadiusBuilder { get; }
    Property Value
    Type Description
    InheritableToolDepBuilder

    RampAngle

    Declaration
    public double RampAngle { get; set; }
    Property Value
    Type Description
    double

    StartAtArcCenter

    Declaration
    public bool StartAtArcCenter { get; set; }
    Property Value
    Type Description
    bool

    SwingAngle

    Declaration
    public double SwingAngle { get; set; }
    Property Value
    Type Description
    double

    Trim

    Declaration
    [Obsolete("Deprecated in NX10.0.3.  Use NXOpen.CAM.NcmPlanarEngRetBuilder.MinimumClearance instead.")]
    public bool Trim { get; set; }
    Property Value
    Type Description
    bool

    UseEffectDist

    Declaration
    public bool UseEffectDist { get; set; }
    Property Value
    Type Description
    bool

    UseMaxWidth

    Declaration
    public bool UseMaxWidth { get; set; }
    Property Value
    Type Description
    bool

    Vector

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

    Methods

    GetPoints(out Point[])

    Declaration
    public void GetPoints(out Point[] points)
    Parameters
    Type Name Description
    Point[] points

    SetPoints(Point[])

    Declaration
    public void SetPoints(Point[] points)
    Parameters
    Type Name Description
    Point[] points

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX