Search Results for

    Show / Hide Table of Contents

    Class NcmPlanarEngRetBuilder

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

    Constructors

    NcmPlanarEngRetBuilder()

    Declaration
    protected NcmPlanarEngRetBuilder()

    Properties

    ArcAngle

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

    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

    MinimumClearance

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

    MinRampLengthBuilder

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

    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
    System.Double

    StartAtArcCenter

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

    SwingAngle

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

    Trim

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

    UseEffectDist

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

    UseMaxWidth

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

    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