MeshDataCollection Constructor
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public MeshDataCollection(
Point3dCollection pts,
Int32Collection faces,
EntityColorCollection colors,
ObjectIdCollection materialIds
)
Public Sub New (
pts As Point3dCollection,
faces As Int32Collection,
colors As EntityColorCollection,
materialIds As ObjectIdCollection
)
public:
MeshDataCollection(
Point3dCollection^ pts,
Int32Collection^ faces,
EntityColorCollection^ colors,
ObjectIdCollection^ materialIds
)
new :
pts : Point3dCollection *
faces : Int32Collection *
colors : EntityColorCollection *
materialIds : ObjectIdCollection -> MeshDataCollection
Parameters
- pts Point3dCollection
-
- faces Int32Collection
-
- colors EntityColorCollection
-
- materialIds ObjectIdCollection
-
See Also