高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】exploding 3d polylines
exploding 3d polylines
exploding 3d polylines
as long as every vertices has the same z, exploding a 3dpolyline generates 2dpolylines.
if one vertex has a different z, then exploding a 3dpolyline generates the same 3dpolylines. why isn't it exploded in lines ??
probably you are using explodegeometry() which simply works via worlddraw().
use explode() or explodetoblock() instead.
sergey slezkin
|