高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】how can i get the mirror plane of a mirrored par
how can i get the mirror plane of a mirrored part
hi
i have a part opened in solidworks. this part has an external mirror reference to another part.
my question is: how can i get the plane which was used to mirror the reference part?
i only managed to get the path to the original part using this c# code:
modeldoc2 modeldoc = m_appsolidworks.activedoc as modeldoc2;
partdoc part = modeldoc as partdoc;
string originalpartpath = modeldoc.getexternalreferencename();
any help will be appreciated.
thanks
adar
quick
|