Workplane size and placement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The visual representation of a workplane can be moved or resized by the user. And workplanes defined inside a 3D sketch do not update according to changes in the 3D sketch. Sometimes this can make it difficult to see where the workplane actually is defined.
With VBA the plane can be moved back by WorkPlane.SetSize or by redefining the plane (in our case normally line & point: WorkPlane.SetByNormalToCurve). However, this fails for workplanes defined inside a 3D sketch.
Workplanes inside 3D sketches are needed at line endpoints to ensure consistent dimensioning, but it can be hard to see where the planes belong when the visual representation no longer stays close to the line endpoints.
So, do anyone have a suggestion how to move the 'root point' of the visual representation of a workplane defined inside a 3D sketch?
Thanks,
Torbjørn (Inventor 2019.4)