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