PbTetrahedronMesh3D Constructor (Boolean) |
Constructor of a default simple mesh.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic PbTetrahedronMesh3D(
bool isDataDuplicate
)
Public Sub New (
isDataDuplicate As Boolean
)
public:
PbTetrahedronMesh3D(
bool isDataDuplicate
)
new :
isDataDuplicate : bool -> PbTetrahedronMesh3D
Parameters
- isDataDuplicate
- Type: SystemBoolean
RemarksSee also PbMesh for more explanations about data duplication.
See Also