|
M
Clone(Solid)
|
Solid
|
Creates a new Solid which is a copy of the input Solid.
|
|
M
CreateTransformed(Solid, Transform)
|
Solid
|
Creates a new Solid which is the transformation of the input Solid.
|
|
M
IsValidForTessellation(Solid)
|
bool
|
Tests if the input solid or shell is valid for tessellation.
|
|
M
SplitVolumes(Solid)
|
IList<Solid>
|
Splits a solid geometry into several separate solids.
|
|
M
TessellateSolidOrShell(Solid, SolidOrShellTessellationControls)
|
TriangulatedSolidOrShell
|
This function facets (i.e., triangulates) a solid or an open shell. Each boundary
component of the solid or shell is represented by a single triangulated structure.
|