Message 1 of 1
WorkPlane Normal to Axis

Not applicable
07-30-2013
02:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am attempting to write a fairly simple macro and have encountered difficulty in locating two of the necessary object properties.
First, I need to create a workplane normal to an axis (or point). I know how to do this when drawing (see attached image) and have located the commands in th eobject browser except the one needed.
Secondly, I am attempting to mirror a sketchline3D across a workplane. I have located what I think is the correct path but the nothing is drawn:
ThisApplication.ActiveDocument.ComponentDefinition.Features.MirrorFeatures.Add()
thanks for any assistance