I'm trying to create a rectangle that boxes in a spline

I'm trying to create a rectangle that boxes in a spline

Anonymous
Not applicable
1,286 Views
6 Replies
Message 1 of 7

I'm trying to create a rectangle that boxes in a spline

Anonymous
Not applicable

I'm trying to create a rectangle that boxes in a spline sketch. I'm essentially trying to create a boxing system which may involve some python coding, but not sure. What I would like is a rectangle that remains tangent to my object in a given plane in order to keep track of measurements. If anyone can point me in the right direction, I'd be very much obliged. 

As an aside whenever I try to make a rectangle and use the tangent constraint it gives me an error that it is over-constrained.

0 Likes
1,287 Views
6 Replies
Replies (6)
Message 2 of 7

mavigogun
Advisor
Advisor

Could you provide an illustration of what you need to achieve with state variations?

0 Likes
Message 3 of 7

Anonymous
Not applicable

After researching further, it seems I am able to achieve the desired ability using a "transient bounding box."

In my industry, I need to create novel shapes within a given set of parameters, in my case a box. We actually call it a boxing system. So, what I'm trying to do is to have an overlay of the information I need when working with shapes so that I know I haven't exceeded my limits. These shapes are based upon human features and getting my shapes within the box as close as possible will allow me to prototype better.

I've tried using different splines and the rectangles won't snap or constrain to the spline. I don't actually need the rectangle just the XY dimensions. I am now looking to use a coded method for me to get the tangents of my splines. Any advice or instruction is welcome. I also need to learn how to pass a user selection to some code for processing.

 

 

 

0 Likes
Message 4 of 7

davebYYPCU
Consultant
Consultant

You may find, toggling the rectangle dimensions to driven, with right click menu when dimensioning, will get you there,

as the rectangle comes before the spline, you can click - drag the rectangle legs until you see the required dimension.

 

Might help....

0 Likes
Message 5 of 7

Anonymous
Not applicable

Where would I find that? I've never seen that feature before.

Thank you for taking the time to answer.

0 Likes
Message 6 of 7

davebYYPCU
Consultant
Consultant

Dimension Tool, 

select the article/s to dimension,

before placing the dimension, right click,

select Driven, from that menu,

then place the dimension.

 

Might help....

 

0 Likes
Message 7 of 7

Anonymous
Not applicable

Thank you all very much. I learned something new regarding that driven dimension option, which is pretty cool. It looks like I do need to code this though through a bounding box (via python) as the driven option only works for Fusion's predefined objects. That said, I appreciate all of the responses thus far as I do use predefined objects a lot.

0 Likes