top edge selection problem
hi
sorry for many ask ~~
pls Please understand the greedy things
i am seeking top edge selection ~~
this area is difficult to me still
example : gable roof top edge select
this is my code , ~~ that is my limit
pls help me~~
for o in selection where isKindOf o Editable_Poly or isKindOf o Editable_Mesh do
(
topedge = #{}
gfc = polyOp.getNumEdges o
for f = 1 to o.getNumedges do
(
if (gfc o f).z == o.max.z do append topedge f
)
o.selectededges = topedge
polyop.setedgeSelection o topedge
Comments
.
thank you for good code~~
thank you good coding and your effort realy ~~