Search Results for

    Show / Hide Table of Contents

    Struct UFPath.ToolChange

    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 ToolChange

    Fields

    adjust_flag

    Declaration
    public bool adjust_flag
    Field Value
    Type Description
    System.Boolean

    adjust_register

    Declaration
    public int adjust_register
    Field Value
    Type Description
    System.Int32

    head_type

    Declaration
    public UFPath.HeadType head_type
    Field Value
    Type Description
    UFPath.HeadType

    manual_change_flag

    Declaration
    public bool manual_change_flag
    Field Value
    Type Description
    System.Boolean

    radius

    Declaration
    public double radius
    Field Value
    Type Description
    System.Double

    tool_angle

    Declaration
    public double tool_angle
    Field Value
    Type Description
    System.Double

    tool_angle_radius_flag

    Declaration
    public bool tool_angle_radius_flag
    Field Value
    Type Description
    System.Boolean

    tool_number

    Declaration
    public int tool_number
    Field Value
    Type Description
    System.Int32

    tool_number_flag

    Declaration
    public bool tool_number_flag
    Field Value
    Type Description
    System.Boolean

    tool_offset_flag

    Declaration
    public bool tool_offset_flag
    Field Value
    Type Description
    System.Boolean

    xoffset_value

    Declaration
    public double xoffset_value
    Field Value
    Type Description
    System.Double

    yoffset_value

    Declaration
    public double yoffset_value
    Field Value
    Type Description
    System.Double

    zoffset_value

    Declaration
    public double zoffset_value
    Field Value
    Type Description
    System.Double
    In This Article
    Back to top Generated by DocFX