AnyCAD Rapid API 2023
Help you to create a better world!
WireExplor Class Reference

Public Member Functions

 WireExplor (TopoShape face)
 
boolean Initialize (TopoShape face)
 
TopoShapeList GetInnerWires ()
 
TopoShape GetOuterWire ()
 

Detailed Description

<>
Classify the inner wire and outer wires for a face.

Member Function Documentation

◆ GetInnerWires()

TopoShapeList WireExplor.GetInnerWires ( )

Get the inner wires of the face

Returns
the wires.

◆ GetOuterWire()

TopoShape WireExplor.GetOuterWire ( )

Get the outer wire.

Returns
the wire of the face.

◆ Initialize()

boolean WireExplor.Initialize ( TopoShape  face)

Initialize the classifier.

Parameters
facethe face to be classified.
Returns
false if failed.