Search Results for

    Show / Hide Table of Contents

    Class TrimPoint

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

    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