Type alias CSGFinalOperation<MeshType>

CSGFinalOperation<MeshType>: {
    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.

Type Parameters

  • MeshType

Type declaration

  • manifold: CSGTree<MeshType> | MeshType
  • operation: "isEmpty" | "numVert" | "numTri" | "numEdge" | "boundingBox" | "precision" | "genus" | "getProperties" | "getCurvature" | "originalID"

Generated using TypeDoc