高级会员
注册日期: 06-11
帖子: 1527
精华: 15
现金: 6353 标准币
资产: 6353 标准币
|
回复: How to get the boundary of any face rapidly?
R:
Have a look at:
Face2.GetFirstLoop/Loop2.GetNext – This will give you a list of the loop boundaries
Loop2.GetFirstCoEdge/CoEdge.GetNext – This will give you a circular list of CoEdges
CoEdge.GetEdge – This will be your boundary edge
Regards,
-Earl
|