NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Public Attributes | List of all members
NXOpen.Facet.FillMeshBuilder.FacetVertexData Struct Reference

Contains facet vertex information. More...

Public Member Functions

 FacetVertexData (NXOpen.NXObject Face, int NxFacetIndex, NXOpen.Point3d PointCoord)
 Constructor for the FacetVertexData struct. More...
 

Public Attributes

NXOpen.NXObject Face
 The face that facet belongs to. More...
 
int NxFacetIndex
 The facet index for NX facet body. More...
 
NXOpen.Point3d PointCoord
 The 3d point location on the facet body. More...
 

Detailed Description

Contains facet vertex information.

Constructor & Destructor Documentation

NXOpen.Facet.FillMeshBuilder.FacetVertexData.FacetVertexData ( NXOpen.NXObject  Face,
int  NxFacetIndex,
NXOpen.Point3d  PointCoord 
)
inline

Constructor for the FacetVertexData struct.

Parameters
FaceThe face that facet belongs to.
NxFacetIndexThe facet index for NX facet body.
PointCoordThe 3d point location on the facet body.

Member Data Documentation

NXOpen.NXObject NXOpen.Facet.FillMeshBuilder.FacetVertexData.Face

The face that facet belongs to.

int NXOpen.Facet.FillMeshBuilder.FacetVertexData.NxFacetIndex

The facet index for NX facet body.

NXOpen.Point3d NXOpen.Facet.FillMeshBuilder.FacetVertexData.PointCoord

The 3d point location on the facet body.


The documentation for this struct was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.