AnyCAD Rapid SDK 2022
The Rapid CAD SDK
Public Member Functions | List of all members
SolidExplor Class Reference

Public Member Functions

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)
 

Detailed Description

<>
Explor the topology of the solid.

Member Function Documentation

◆ Initialize()

boolean SolidExplor.Initialize ( TopoShape  solid)

Initialize the explor.

Parameters
solidthe solid to be explored.
Returns
false if failed.