AnyCAD Rapid API 2023
Help you to create a better world!
载入中...
搜索中...
未找到
WireExplor类 参考

Public 成员函数

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

详细描述

<>
遍历面上的边界线.

成员函数说明

◆ GetInnerWires()

TopoShapeList WireExplor.GetInnerWires ( )

获取内边界

返回
the wires.

◆ GetOuterWire()

TopoShape WireExplor.GetOuterWire ( )

获取外边界.

返回
the wire of the face.

◆ Initialize()

boolean WireExplor.Initialize ( TopoShape  face)

初始化.

参数
face面对象.
返回
false if failed.