- Preparing search index...
- The search index is not available
gypsum-mesh
Type alias CSGFinalOperation<MeshType>
CSGFinal
Operation
<MeshType>: { manifold
: CSGTree<MeshType> | MeshType; operation
: "isEmpty" | "numVert" | "numTri" | "numEdge" | "boundingBox" | "precision" | "genus" | "getProperties" | "getCurvature" | "originalID"; }
Type declaration
-
manifold: CSGTree<MeshType> | MeshType
-
operation: "isEmpty" | "numVert" | "numTri" | "numEdge" | "boundingBox" | "precision" | "genus" | "getProperties" | "getCurvature" | "originalID"
A CSG operation in a CSG operation tree that DOES NOT return a manifold, and therefore cannot be chained.