Search Results for

    Show / Hide Table of Contents

    Struct CamOperationHelicalMotionDataType

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAM
    Assembly: NXOpen.dll
    Syntax
    public struct CamOperationHelicalMotionDataType

    Fields

    ArcAxis

    Declaration
    public Vector3d ArcAxis
    Field Value
    Type Description
    Vector3d

    ArcCenter

    Declaration
    public Point3d ArcCenter
    Field Value
    Type Description
    Point3d

    ArcRadius

    Declaration
    public double ArcRadius
    Field Value
    Type Description
    System.Double

    EndPt

    Declaration
    public Point3d EndPt
    Field Value
    Type Description
    Point3d

    EventType

    Declaration
    public ToolpathEventType EventType
    Field Value
    Type Description
    ToolpathEventType

    FeedFactor

    Declaration
    public double FeedFactor
    Field Value
    Type Description
    System.Double

    Feedrate

    Declaration
    public CamOperationFeedContentType Feedrate
    Field Value
    Type Description
    CamOperationFeedContentType

    MotionShape

    Declaration
    public CamOperationMotionShapeType MotionShape
    Field Value
    Type Description
    CamOperationMotionShapeType

    MotionType

    Declaration
    public CamOperationMotionType MotionType
    Field Value
    Type Description
    CamOperationMotionType

    Slope

    Declaration
    public double Slope
    Field Value
    Type Description
    System.Double

    Tolerance

    Declaration
    public double Tolerance
    Field Value
    Type Description
    System.Double

    ToolAxis

    Declaration
    public Vector3d ToolAxis
    Field Value
    Type Description
    Vector3d

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    In This Article
    Back to top Generated by DocFX