Polyhedron3DBuilder
Canonical path: NemAll_Python_Geometry.Polyhedron3DBuilder
3D polyhedron builder
AppendVertex
Complete
Complete() -> eGeometryErrorCode
Finalize polyhedron
Recalculate cached minmax of modified polyhedron
SetVertex
SetVertex(vertexIndex: int, vertex: Point3D) -> eGeometryErrorCode
Set vertex at the given index
Parameters:
-
vertexIndex
(int
) –Index of updated vertex
-
vertex
(Point3D
) –Point in world coordinate system
Returns:
-
eGeometryErrorCode
–eOK if success
__init__
__init__(polyhedron: Polyhedron3D)
Placeholder