Search Results for

    Show / Hide Table of Contents

    Struct FillMeshBuilder.FacetVertexData

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

    Constructors

    FacetVertexData(NXObject, Int32, Point3d)

    Declaration
    public FacetVertexData(NXObject Face, int NxFacetIndex, Point3d PointCoord)
    Parameters
    Type Name Description
    NXObject Face
    System.Int32 NxFacetIndex
    Point3d PointCoord

    Fields

    Face

    Declaration
    public NXObject Face
    Field Value
    Type Description
    NXObject

    NxFacetIndex

    Declaration
    public int NxFacetIndex
    Field Value
    Type Description
    System.Int32

    PointCoord

    Declaration
    public Point3d PointCoord
    Field Value
    Type Description
    Point3d

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    In This Article
    Back to top Generated by DocFX