Community
AutoCAD Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Point Style to display perpendicular to 3d view

8 REPLIES 8
Reply
Message 1 of 9
b_worland
458 Views, 8 Replies

Point Style to display perpendicular to 3d view

Hi All,

Is there a way to display a standard point cross (or other point style) perpendicular to a current 3d view?

 

Currently point crosses display "flat" or perpendicular to "top view" only. 

In my 3d drawing I what to use "constrained orbit" or other views (bottom, left, right etc) and still see point crosses perpendicular to that view. 

 

Thanks 

Ben

8 REPLIES 8
Message 2 of 9
AVCPlugins
in reply to: b_worland

Try use _UCS _V


Plugins for AutoCAD
A>V>C>
AppStore | Facebook | Twitter | YouTube | Blog
Message 3 of 9
b_worland
in reply to: AVCPlugins

Thankyou for your suggestion, but the point symbol still stays perpendicular to "top view" not perpendicular to the current view. 

I would like the point symbols to be perpendicular to the current view not perpendicular to "top" view.

Snapshot showing Point symbols perpendicular to "top view" even though in 3d view - 

b_worland_0-1694576520481.png

b_worland_1-1694576890500.png

 

Point in top view 

b_worland_2-1694576965051.png

 

 

 

 

Regards

Ben 

Message 4 of 9
tramber
in reply to: b_worland

Did you really try what @AVCPlugins suggested you ? 🤔

 

He told you to change your UCS, not your point of view ...

tramber_0-1694589752954.png

 

Message 5 of 9
AVCPlugins
in reply to: b_worland

I checked and realized that changing UCS will not affect previously created points. All AutoCAD objects store their internal coordinate system. And oddly enough, the line and the point also have their own construction plane, which you set as the XY of the current coordinate system at the moment of construction. It is impossible to expand this plane using standard means. Only the Rotate command or copy/paste in different coordinate systems. In general, points are not very suitable for use in 3D.


Plugins for AutoCAD
A>V>C>
AppStore | Facebook | Twitter | YouTube | Blog
Message 6 of 9
tramber
in reply to: b_worland

Sure, it only works for new objects, just as circles, arcs, polylines and so many ! Nothing surprising.

 

Message 7 of 9
b_worland
in reply to: AVCPlugins

Hi AVC Plugins,

Much appreciate your additional explanation, because I couldn't get it to work, not matter what I tried.

 

As you must have worked out all my points are already created in top view. So our work around was to substitute the points symbols with small 3d spheres. Then no matter what the view they appeared the same. So thanks, I learned something today. 

 

It would be great if AutoCAD included a collection of standard "3d Point Styles" that, when used, would automatically align themselves with the current ucs and not retain their "initial" constructed ucs.

 

Thanks again.

Message 8 of 9
Michiel.Valcke
in reply to: AVCPlugins

The orientation of any 2D object is kept in the code of that object. It is actually a reference to know on which plane the object was created and it is called the 'extrusion direction' because that is the direction into which it will extrude (the Z-axis)

MichielValcke_0-1694608634323.png

You can find it by looking at DXF code 210 - use " (entget (car (entsel)))"  to see for yourself. It is modifiable through lisp and so it will also be modifiable through any other means of programming, but for the normal user you cannot change it unless you use a 3D modify command such as 3Drotate or 3Dmirror on the object itself. 

Making a program to change it dynamically based on your view, I would not recommend because the needed computing power to constantly monitor and update item definitions, would seriously hamper user interaction and autocad performance.

MichielValcke_1-1694608792480.png

MichielValcke_4-1694609008729.pngMichielValcke_5-1694609022816.png

You can use the VIEWDIR command to figure out what is the point of view you currently have, and you can could have a lisp that when activated updates all the 210 codes to match your VIEWDIR value. But you would need to activate the command each time you change your view direction to update the object definitions.

Also because the representation is saved in the object, you will not be able to have different views active at the same time with a point style 'perpendicular to the view' for each view.

Message 9 of 9
b_worland
in reply to: Michiel.Valcke

Hi Michiel,

A great explanation. What you detailed will help us. Thanks

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

AutoCAD Inside the Factory


Autodesk Design & Make Report