Search Results for

    Show / Hide Table of Contents

    Struct UFPath.HelicalMotion

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

    Fields

    arc_axis

    Declaration
    public double[] arc_axis
    Field Value
    Type Description
    System.Double[]

    arc_center

    Declaration
    public double[] arc_center
    Field Value
    Type Description
    System.Double[]

    arc_radius

    Declaration
    public double arc_radius
    Field Value
    Type Description
    System.Double

    end

    Declaration
    public double[] end
    Field Value
    Type Description
    System.Double[]

    end_tool_axis

    Declaration
    public double[] end_tool_axis
    Field Value
    Type Description
    System.Double[]

    feed_unit

    Declaration
    public UFPath.FeedUnit feed_unit
    Field Value
    Type Description
    UFPath.FeedUnit

    feed_value

    Declaration
    public double feed_value
    Field Value
    Type Description
    System.Double

    material_side

    Declaration
    public UFPath.Side material_side
    Field Value
    Type Description
    UFPath.Side

    shape

    Declaration
    public UFPath.Shape shape
    Field Value
    Type Description
    UFPath.Shape

    start

    Declaration
    public double[] start
    Field Value
    Type Description
    System.Double[]

    start_tool_axis

    Declaration
    public double[] start_tool_axis
    Field Value
    Type Description
    System.Double[]

    times

    Declaration
    public double times
    Field Value
    Type Description
    System.Double

    tolerance

    Declaration
    public double tolerance
    Field Value
    Type Description
    System.Double

    type

    Declaration
    public UFPath.MotionType type
    Field Value
    Type Description
    UFPath.MotionType
    In This Article
    Back to top Generated by DocFX