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

Public 成员函数

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

静态 Public 成员函数

static TopoShapeList GetEdges (TopoShape wire)
 

详细描述

<>
遍历面上的边界线.

成员函数说明

◆ GetEdges()

static TopoShapeList WireExplor.GetEdges ( TopoShape wire)
static

Get edges of a wire in order

参数
wire<br>
返回

◆ 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.