Creating Reference Plane to put bubbles in it's line

diogo.vieiraBCKUL
Contributor
Contributor

Creating Reference Plane to put bubbles in it's line

diogo.vieiraBCKUL
Contributor
Contributor

I would like to know if it is possible to create a Reference Plane and then, put all the bubbles that intersect it, in its line.

Following an image of what i mean:

diogovieiraBCKUL_0-1633079270459.png

diogovieiraBCKUL_1-1633079464124.png

Moving those bubbles to the created Reference Plane. Could anyone help?

 

 

0 Likes
Reply
Accepted solutions (1)
605 Views
9 Replies
Replies (9)

jeremy_tammik
Autodesk
Autodesk

The reference plane seems to be vertical to the view you display. So, when you say, move the bubble to the ref plane, do you in fact mean, move the bubble to the intersection line between the ref plane and the view plane?

  

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes

diogo.vieiraBCKUL
Contributor
Contributor

Do something like this:

diogovieiraBCKUL_0-1633103723329.png

The bubbles moved to the created Reference Plane.

0 Likes

jeremy_tammik
Autodesk
Autodesk

Have you searched this forum for the term 'bubble'? I just did and see several promising-looking hits.

 

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes

diogo.vieiraBCKUL
Contributor
Contributor
Yah i did. But i don't tink there is anything that I can use to move them into the Reference Plane.
0 Likes

jeremy_tammik
Autodesk
Autodesk

Do you really mean 'move them to the ref plane, and not move them to the intersection ref plane - view? Isn't the ref plane perpendicular to the view? Sorry for my stupid question, I am not a product user and have no idea what you are trying to achieve.

  

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes

diogo.vieiraBCKUL
Contributor
Contributor
I am also sorry. Probably am not explaining myself correctly. Basically, what I am trying to achieve is when the user clicks in the bubble, the bubles moves into that Reference Plane or intersection.
0 Likes

AGGilliam
Collaborator
Collaborator
Accepted solution

Assuming you're trying to move the bubbles to align to the curve of the reference plane in that view and not on the plane itself, you could use the GetCurvesInView method to retrieve the curve of your reference plane and then move the bubbles to their respective intersection points.

0 Likes

diogo.vieiraBCKUL
Contributor
Contributor
That sounds like a good idea! But how do I get to move the bubbles?
0 Likes

AGGilliam
Collaborator
Collaborator

@jeremy_tammik  actually posted an example that explains how to move grid endpoints here. All you need to do is determine which end point has the bubble.

0 Likes