Issue with orientation of rectangle due to Point2d limitation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good afternoon everyone,
Running into an issue here. Simply put I need to create a rectangle to start building out the gussets for this fitting. The problem I'm running into stems from my understanding, or lack thereof the point2d objects. From what I can gather the creation of these 2Dpoints are being established from the basic part graph. In other words the origin point and it's location based on the first and second rectangle point.
I need to have the ability to rotate my main Ucs (that controls everything else) such that the rectangle will be associated to that rotation. Typically I've done this by establishing dimensional/Geometric constraints to hold or move the rectangle to the correct location. However in this case as soon as I change the main rotation the constraints explode.
In the attachments you will see the rectangle creation, then in the second picture where I rotated that main UCS. The rectangle stays in the exact same location. If I apply the constraints it just fails to rotate due to errors.
I see that you can create a rectangle by two points using sketch points as the main points for the rectangle to be created, however the kicker is, in order to establish those sketch points it seemingly requires Point2d objects to be associated to.
How would one go about associating these point 2d objects to the UCS origin or the UCS "Graph" that would rotate along with the desired dimension?
Post edit: Another way to say, I simply want to create the point2d objects themselves "ontop" of the UCS.