Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

How to hide a surface layer in viewport

Anonymous

How to hide a surface layer in viewport

Anonymous
Not applicable

Hi,

 

I was wondering if it is possible to hide a surface layer in viewport.

 

I created a surface from a point cloud, now I'd like to have two layout viewport, where on of them only will have the surface displayed.

Is that doable?

0 Likes
Reply
Accepted solutions (1)
2,320 Views
4 Replies
Replies (4)

Alfred.NESWADBA
Consultant
Consultant
Accepted solution

Hi,

 

>> I created a surface from a point cloud

Are you speaking about a Civil 3D surface? Or did you connect to data via _MAPCONNECT?

  • In first case you can VP-Freeze the layer of the surface
  • In second case you can create a different map and use command _MAPASSOCVPWITHMAP to assign the each map to a viewport (and so assign a map that does not contain the surface to the viewport you do not want to see it).

 

- alfred -

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

(not an Autodesk consultant)
0 Likes

Anonymous
Not applicable

Hi Alfred,

 

Thank you for your reply.

 

I use AutoCAD Map 3D. I loaded a point cloud using _MAPPOINTCLOUDMANAGER command, created a point cloud using .xyz data, then added to a map and after that I created a surface using _MAPSURFACEMANAGER command and added it to a map.

 

By doing so the newly created surface appears in the Display Manager list of layers.

 

I've got a question with regards to _MAPASSOCVPWITHMAP, when I execute this command the following message pops up: 'Specify a display map', what is that referring to?

 

Thank you

0 Likes

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> 'Specify a display map', what is that referring to?

One of your defined maps (defined by command _MAPNEWMAP or _MAPDUPLICATEMAP (more >>>details<<<).

 

- alfred -

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

(not an Autodesk consultant)
0 Likes

Anonymous
Not applicable

Hi Alfred,

 

Thank you, I didn't expect that to be so easy. 

The mapping side of AutoCAD Map 3D is still a bit complicated but I'm getting there slowly.

 

 

0 Likes