Search Results for

    Show / Hide Table of Contents

    Struct UFPath.CircularMotion

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public struct UFPath.CircularMotion

    Fields

    arc_axis

    Declaration
    public double[] arc_axis
    Field Value
    Type Description
    double[]

    arc_center

    Declaration
    public double[] arc_center
    Field Value
    Type Description
    double[]

    arc_radius

    Declaration
    public double arc_radius
    Field Value
    Type Description
    double

    end

    Declaration
    public double[] end
    Field Value
    Type Description
    double[]

    end_tool_axis

    Declaration
    public double[] end_tool_axis
    Field Value
    Type Description
    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
    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
    double[]

    start_tool_axis

    Declaration
    public double[] start_tool_axis
    Field Value
    Type Description
    double[]

    tolerance

    Declaration
    public double tolerance
    Field Value
    Type Description
    double

    type

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