高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】how to get transformed coordinates
how to get transformed coordinates
how to get transformed coordinates
hello!
i have an entity that belongs to a blockref that is non-uniformly scaled. i'd like to know if there is a simple way i can get a copy of this entity that is correctly transformed in this blockref so that i can get the correct wcs coordinates?
i would normally use gettransformedcopy() but it will not work in every case.
-juhani
it's impossible to get any acad entity converted by non-uniscale transform. for example oddbpolyline or oddb2dpolyline. they may have arc segments which being transformed non-uniformly become ellipses. result of transform can't be represented by oddbpolyline or oddb2dpolyline.
sergey slezkin
|