查看单个帖子
旧 2009-04-12, 09:08 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】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
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)