AnyCAD Rapid API 2023
Help you to create a better world!
|
Public Member Functions | |
BufferShapeBase | GetShape () |
boolean | Initialize (BufferShapeBase shape) |
int | ComputeDirection () |
boolean | Compute (int dir) |
long | GetHoleCount () |
Uint32List | GetHoleFaces (long holeIdx) |
void | BuildHoleExteriorEdges () |
void | BuildHoleInteriorEdges () |
Uint32List | GetHoleExteriorEdges (long holeIdx) |
Uint32List | GetHoleInteriorEdges (long holeIdx) |
Uint32List | GetHoleExteriorSupportEdges (long holeIdx) |
Uint32List | GetHoleInteriorSupportEdges (long holeIdx) |
long | GetExteriorSupportFace (long supportEdgeIdx) |
long | GetInteriorSupportFace (long supportEdgeIdx) |
void | Debug (String fileName) |
<> Compute the Hole feature
boolean HoleExplor.Compute | ( | int | dir | ) |
Compute the holes.
dir | the direction. 0: x; 1: y; 2: z |
long HoleExplor.GetExteriorSupportFace | ( | long | supportEdgeIdx | ) |
Get the index of the exterior face where the support edge locating.
supportEdgeIdx | the edge index. |
long HoleExplor.GetHoleCount | ( | ) |
Get the hole count.
Uint32List HoleExplor.GetHoleExteriorEdges | ( | long | holeIdx | ) |
Get the exterior edges of the hole.
holeIdx | the hole index. |
Uint32List HoleExplor.GetHoleExteriorSupportEdges | ( | long | holeIdx | ) |
Get the edges of the exterior faces.
holeIdx | the hole index. |
Uint32List HoleExplor.GetHoleFaces | ( | long | holeIdx | ) |
Get the faces of the hole.
holeIdx | the hole index. |
Uint32List HoleExplor.GetHoleInteriorEdges | ( | long | holeIdx | ) |
Get the interior edges of the hole.
holeIdx | the hole index. |
Uint32List HoleExplor.GetHoleInteriorSupportEdges | ( | long | holeIdx | ) |
Get the edges of the interior faces.
holeIdx | the hole index. |
long HoleExplor.GetInteriorSupportFace | ( | long | supportEdgeIdx | ) |
Get the index of the interior face where the support edge locating.
supportEdgeIdx | the edge index. |
boolean HoleExplor.Initialize | ( | BufferShapeBase | shape | ) |
Init the HoleExplor