Search Results for

    Show / Hide Table of Contents

    Class TrimPoint

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

    Constructors

    TrimPoint()

    Declaration
    protected TrimPoint()

    Properties

    Angle

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

    AngleOffset

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

    AngleOption

    Declaration
    public TrimPoint.AngleOptions AngleOption { get; set; }
    Property Value
    Type Description
    TrimPoint.AngleOptions

    CheckPartGeometryBeyondTrim

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

    ExtendDistance

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

    Option

    Declaration
    public TrimPoint.Options Option { get; set; }
    Property Value
    Type Description
    TrimPoint.Options

    Point

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

    RampAngle

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

    RampAngleOffset

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

    RampAngleOption

    Declaration
    public TrimPoint.RampAngleOptions RampAngleOption { get; set; }
    Property Value
    Type Description
    TrimPoint.RampAngleOptions

    RampAngleVector

    Declaration
    public NXObject RampAngleVector { get; set; }
    Property Value
    Type Description
    NXObject

    Vector

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX