AnyCAD Rapid SDK
2020
The Rapid CAD SDK
|
Public Member Functions | |
synchronized void | delete () |
TopoShape | GetSolid () |
boolean | Initialize (TopoShape solid) |
TopoShapeList | GetEdges () |
int | GetEdgeCount () |
TopoShape | GetEdge (int idx) |
int | GetEdgeIndex (TopoShape edge) |
TopoShapeList | GetFaces () |
int | GetFaceCount () |
TopoShape | GetFace (int idx) |
int | GetFaceIndex (TopoShape face) |
TopoShapeList | GetSharedFaces (TopoShape edge) |
Int32List | GetSharedFaceIDs (TopoShape edge) |
TopoShapeList | GetSharedEdges (TopoShape face1, TopoShape face2) |
Int32List | GetSharedEdgeIDs (TopoShape face1, TopoShape face2) |
Protected Member Functions | |
SolidExplor (long cPtr, boolean cMemoryOwn) | |
void | finalize () |
Static Protected Member Functions | |
static long | getCPtr (SolidExplor obj) |
Protected Attributes | |
transient boolean | swigCMemOwn |
Explor the topology of the solid.
boolean SolidExplor.Initialize | ( | TopoShape | solid | ) |
Initialize the explor.
solid | the solid to be explored. |