Search Results for

    Show / Hide Table of Contents

    Struct UFModl.SolidPunchData

    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 SolidPunchData

    Fields

    is_pt_required

    Declaration
    public bool is_pt_required
    Field Value
    Type Description
    System.Boolean

    n_pierce_faces

    Declaration
    public int n_pierce_faces
    Field Value
    Type Description
    System.Int32

    pierce_faces

    Declaration
    public Tag[] pierce_faces
    Field Value
    Type Description
    Tag[]

    target_csys_pt

    Declaration
    public Tag target_csys_pt
    Field Value
    Type Description
    Tag

    target_face

    Declaration
    public Tag target_face
    Field Value
    Type Description
    Tag

    thickness

    Declaration
    public string thickness
    Field Value
    Type Description
    System.String

    thickness_option

    Declaration
    public int thickness_option
    Field Value
    Type Description
    System.Int32

    tool_body

    Declaration
    public Tag tool_body
    Field Value
    Type Description
    Tag

    tool_csys_pt

    Declaration
    public Tag tool_csys_pt
    Field Value
    Type Description
    Tag

    type

    Declaration
    public int type
    Field Value
    Type Description
    System.Int32
    In This Article
    Back to top Generated by DocFX