Message 1 of 2
mirror derived part

Not applicable
02-09-2012
03:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Set test = ThisApplication.ActiveDocument.ComponentDefinitions.Item(1).ReferenceComponents.DerivedPartComponents.Item(1).Definition
test.mirrorplane= kDerivedPartMirrorPlaneXY
this seams like a simple thing but i cant get it for the life of me.
im trying to mirror a derived part . when i run this the watch says its mirrored but the part doesn’t change
ive learned how to do it when creating a part but nothing on modifying an existing part