PolygonMesh(PolyMeshType, Int32,
Int32, Point3dCollection, Boolean, Boolean)
Constructor
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public PolygonMesh(
PolyMeshType type,
int size,
int sizeValue,
Point3dCollection vertices,
bool closedValue,
bool closed
)
Public Sub New (
type As PolyMeshType,
size As Integer,
sizeValue As Integer,
vertices As Point3dCollection,
closedValue As Boolean,
closed As Boolean
)
public:
PolygonMesh(
PolyMeshType type,
int size,
int sizeValue,
Point3dCollection^ vertices,
bool closedValue,
bool closed
)
new :
type : PolyMeshType *
size : int *
sizeValue : int *
vertices : Point3dCollection *
closedValue : bool *
closed : bool -> PolygonMesh
Parameters
- type PolyMeshType
-
- size Int32
-
- sizeValue Int32
-
- vertices Point3dCollection
-
- closedValue Boolean
-
- closed Boolean
-
See Also