How to draw radius line between 2 non-coplanar objects

How to draw radius line between 2 non-coplanar objects

Anonymous
Not applicable
2,813 Views
9 Replies
Message 1 of 10

How to draw radius line between 2 non-coplanar objects

Anonymous
Not applicable

I'd like to draw a radius line between these 2 objects.

 

 

line planview.jpg3d line.jpg

 

0 Likes
Accepted solutions (1)
2,814 Views
9 Replies
Replies (9)
Message 2 of 10

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

you'll need first to defined an UCS (>>>details<<<) so that the plane for the arc is defined. Then start command _ARC.

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 3 of 10

Anonymous
Not applicable

Thanks but I can't seem to wrap my head around the UCS part. I see from other folks that had the same problem to put a UCS at the center point but I'm not sure how to do that.

 

Happen to know of any tutorials or youtube video's explaining this in detail?

0 Likes
Message 4 of 10

beyoungjr
Advisor
Advisor

Before I offer a UCS creation example I'll ask if you want the radius of your new object to be normal to the top plane (as viewed directly above the two objects in the Z axis)?  If that is what you want then I think you need a partial helix.  If you want a true radius defined from a new plane (UCS) then we will further go into the UCS creation.

 

Upload your file as.  If you need an example I will use your file so you are more familiar with the outcome/s.

 

Cheers

 


Blaine Young
Senior Engineering Technician, US Army

0 Likes
Message 5 of 10

parkr4st
Advisor
Advisor

attached is a quick dwg.

 

the straight line is drawn with 3dpolyline command and has the two ends of the arc.

 

command ucs   select align z axis option and snap to the ends of the polyline,  that orients the z axis to the line

 

then  ucs option   rotate on the x and y axis one at a time to orient the xy plane where you want the arc and draw the arc.  see radialline_2

 

after you understand the routine there is no need to draw the 3dpoly line, just align the z axis to the desired endpoints of the arc and set the UCS xy plane as needed.

 

dave

0 Likes
Message 6 of 10

Anonymous
Not applicable

 

Each point of the desired arc must be within a single plane.  A plane is defined by 3 points. You have 2 points already - the objects at the start and end of the arc.  A third or last point is needed before you can define the plane associated with the UCS and draw your arc.  Your third point will determine how the arc will route between the 2 objects.

 

Search for AutoCAD UCS, I am sure you will find plenty of examples - maybe not specific to your situation but along with looking up UCS, if you investigate arcs and circles, you can piece together everything you need. 

 

 

 

 

 

0 Likes
Message 7 of 10

Anonymous
Not applicable

Here is the file. I guess I'm trying to create a compound curve here. I tried parks radialline files above but the top/plan view is a straight line, that should be curved like the elevation/front view unless I'm doing something wrong on my end.

0 Likes
Message 8 of 10

john.vellek
Alumni
Alumni

Hi @Anonymous,

 

I am terrible with working on UCS issues because I just don't do enough of it but I thought I would give this a try. Is this what you are trying to create?

 

Capture.PNG

 

 

Please select the Accept as Solution button if my post solves your issue or answers your question.

 

 


John Vellek


Join the Autodesk Customer Council - Interact with developers, provide feedback on current and future software releases, and beta test the latest software!

Autodesk Knowledge Network | Autodesk Account | Product Feedback
0 Likes
Message 9 of 10

Anonymous
Not applicable
Accepted solution

Generate an arc for a plan view and a different arc for an elevation view. Make a solid for each of the arcs such that you extrude them to get the intersection of both curves.  Explode the solids to meshes and explode the messes to leave the single entity common to both curves.

 

 

Note: Get rid of the perspective view before creating the arcs as it distorts the location of the end points.

 

Another way would be to create on arc as a surface and project the other arc onto that surface.

Message 10 of 10

beyoungjr
Advisor
Advisor

Hi again,

In the drawing you provided you have a horizontal line and an arc.  You also had the drawing set as a perspective view so distortion of endpoints was obvious.  To set the view parallel you can just right-click the viewcube and select parallel.

 

Onward...

I could not predict what 2 points on the 3D solids you wanted to send the radius through so for simplicity I chose the center of each as the target through-points.  The 2 solids exist 58 units apart (top face of lower to bottom face of upper) in the z axis.

 

Rough Construction Object Process...

I created a line from the center of each target face, then I altered the Z end point of the lower in Properties, to equal the upper (z endpoint for both = 4 units).

I rotated the new line 90 degrees with copy option in rotate command.

I created a vertical line from the right endpoint at a -90 distance.

I mirror the vertical line about the rotated line and trim/extend as necessary to create a closed triangle.  The triangle reveals the true center point of a circle/arc which will be used for a 90 degree quadrant on one defining point.

I create an arc (or trimmed circle) using the lower intersection of the triangle and the radius at the quadrant, YELLOW ARCS.

I copy the circle in the z axis by 29 units and again to 58 units.

 

UCS Process...

I create a new triangle from the end of the 1st arc, through the mid-point of the 2nd arc, to the endpoint of the 3rd arc, then back to 1st point, RED TRIANGLE.

I create a new UCS using the mid of the 2nd arc as origin, the end of upper arc as X+ axis, and peak of triangle as Y+ axis, saved as "Red Triangle" UCS.

 

The new UCS orients the workspace so that you will create a 3-point circle in 3D, then trim the circle to the upper and lower 2D arcs from above.

Save the new UCS if you wish and return to WCS (World).

View the result from a top view and notice that the new arc disappears behind the 2D arcs but is a true arc in it's own UCS.

 

These processes will work for any two target points you wish to identify on the 3D solids, or with a line projecting from a solid.  This is why I did not define any angles or radii for my instructions.

I suppose I could have made a screencast and can if you prefer.  Revised dwg attached.

 

Cheers,

Blaine

 

 

 


Blaine Young
Senior Engineering Technician, US Army