Search Results for

    Show / Hide Table of Contents

    Struct UFCambnd._BoundaryData

    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
    struct _BoundaryData

    Fields

    app_data

    Declaration
    public IntPtr app_data
    Field Value
    Type Description
    System.IntPtr

    boundary_type

    Declaration
    public CamBoundaryType boundary_type
    Field Value
    Type Description
    CamBoundaryType

    ignore_chamfers

    Declaration
    public int ignore_chamfers
    Field Value
    Type Description
    System.Int32

    ignore_holes

    Declaration
    public int ignore_holes
    Field Value
    Type Description
    System.Int32

    ignore_islands

    Declaration
    public int ignore_islands
    Field Value
    Type Description
    System.Int32

    material_side

    Declaration
    public CamMaterialSide material_side
    Field Value
    Type Description
    CamMaterialSide

    matrix

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

    origin

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

    plane_type

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