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

Surface to Solid

10 REPLIES 10
Reply
Message 1 of 11
dm0144
1200 Views, 10 Replies

Surface to Solid

dm0144
Advocate
Advocate

Hello everyone!

 

I am trying to convert surface objects into a solids. The issue is that, the objects are not precisely made with tiny gabs between the faces, making it impossible to use the SCULPT command to convert them from surfaces to solids. 

(Bellow, screenshot of the objects)

 

Is there a quick fix for this issue instead of modeling each object seperatelly?

 

 

0 Likes

Surface to Solid

Hello everyone!

 

I am trying to convert surface objects into a solids. The issue is that, the objects are not precisely made with tiny gabs between the faces, making it impossible to use the SCULPT command to convert them from surfaces to solids. 

(Bellow, screenshot of the objects)

 

Is there a quick fix for this issue instead of modeling each object seperatelly?

 

 

Labels (3)
10 REPLIES 10
Message 2 of 11
imadHabash
in reply to: dm0144

imadHabash
Mentor
Mentor

Hi,

You can convert surfaces to 3D solids by extruding the surface with THICKEN command . 

 

Imad Habash

EESignature

0 Likes

Hi,

You can convert surfaces to 3D solids by extruding the surface with THICKEN command . 

 

Imad Habash

EESignature

Message 3 of 11
dm0144
in reply to: imadHabash

dm0144
Advocate
Advocate

I realized that the objects are made form meshes instead of surfaces. Now, I am trying to convert the meshes to surfaces and than from surfaces to solids. 

 

So my next question is: Is it possible to convert surface meshes directly to solids?

0 Likes

I realized that the objects are made form meshes instead of surfaces. Now, I am trying to convert the meshes to surfaces and than from surfaces to solids. 

 

So my next question is: Is it possible to convert surface meshes directly to solids?

Message 4 of 11
imadHabash
in reply to: dm0144

imadHabash
Mentor
Mentor

would you try CONVTOSOLID (Command) , any changes ?

 

 

Imad Habash

EESignature

0 Likes

would you try CONVTOSOLID (Command) , any changes ?

 

 

Imad Habash

EESignature

Message 5 of 11
dm0144
in reply to: imadHabash

dm0144
Advocate
Advocate

Would you like to check the file and see if you can manage to convert some of the mesh objects to 3d solid?

0 Likes

Would you like to check the file and see if you can manage to convert some of the mesh objects to 3d solid?

Message 6 of 11
SEANT61
in reply to: dm0144

SEANT61
Advisor
Advisor

To be blunt, but have a lot of junk there.

 

What is the ultimate objective, i.e., why do you need solids?


************************************************************
May your cursor always snap to the location intended.
0 Likes

To be blunt, but have a lot of junk there.

 

What is the ultimate objective, i.e., why do you need solids?


************************************************************
May your cursor always snap to the location intended.
Message 7 of 11
imadHabash
in reply to: dm0144

imadHabash
Mentor
Mentor

Since you only have 3dface objects in your CAD drawing file , this is how to convert the 3D face to a 3D solid : 

  1. Enter CONVTOSURFACE on the command line.
  2. Select the face that you want to convert.
  3. Enter THICKEN on the command line.
  4. Select the surface .
  5. Enter a thickness value for the selected surface on the command line.
  6. When prompted, choose whether or not to erase the defining surface

click on below image to see how it's work .

 

Cocnv.gif

Imad Habash

EESignature

Since you only have 3dface objects in your CAD drawing file , this is how to convert the 3D face to a 3D solid : 

  1. Enter CONVTOSURFACE on the command line.
  2. Select the face that you want to convert.
  3. Enter THICKEN on the command line.
  4. Select the surface .
  5. Enter a thickness value for the selected surface on the command line.
  6. When prompted, choose whether or not to erase the defining surface

click on below image to see how it's work .

 

Cocnv.gif

Imad Habash

EESignature

Message 8 of 11
j.palmeL29YX
in reply to: dm0144

j.palmeL29YX
Mentor
Mentor

@dm0144 wrote:

 

 

Is there a quick fix for this issue instead of modeling each object seperatelly?

 

 


Nope, sorry.


You could convert all 3DFaces to (planar) Surfaces (convtosurface) and then try to convert to Solids (sculpt), but ...


- none of the buildings has a floor (bottom closing surface). For each of the missing floors you have to add a planar surface. But, because they are at different Z-levels you have to do it separately for each building one by one - a lot of work.

- Often I see buildings which penetrate each other. This will cause additional problems.

- I didn't check if the the walls, the roof and the (self drawn) floors build watertight volumes. If not, you have to repair it - also one by one.

 

Summary: I don't see a way to convert the 3DFaces into solids without an enormous amount of work.

 

Jürgen Palme
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes


@dm0144 wrote:

 

 

Is there a quick fix for this issue instead of modeling each object seperatelly?

 

 


Nope, sorry.


You could convert all 3DFaces to (planar) Surfaces (convtosurface) and then try to convert to Solids (sculpt), but ...


- none of the buildings has a floor (bottom closing surface). For each of the missing floors you have to add a planar surface. But, because they are at different Z-levels you have to do it separately for each building one by one - a lot of work.

- Often I see buildings which penetrate each other. This will cause additional problems.

- I didn't check if the the walls, the roof and the (self drawn) floors build watertight volumes. If not, you have to repair it - also one by one.

 

Summary: I don't see a way to convert the 3DFaces into solids without an enormous amount of work.

 

Jürgen Palme
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

Message 9 of 11
dm0144
in reply to: SEANT61

dm0144
Advocate
Advocate

I want to clear the objects. As you said, there is a lot of junk in there and I am used to working with solids. 

0 Likes

I want to clear the objects. As you said, there is a lot of junk in there and I am used to working with solids. 

Message 10 of 11
leeminardi
in reply to: dm0144

leeminardi
Mentor
Mentor

What is your end goal for the file?  If it is to generate rendering or take some measure ment you may not need to convert the file to solids.

lee.minardi
0 Likes

What is your end goal for the file?  If it is to generate rendering or take some measure ment you may not need to convert the file to solids.

lee.minardi
Message 11 of 11
dm0144
in reply to: leeminardi

dm0144
Advocate
Advocate

I need it for axonometry view, using flatshot. Also, there are more thaan one face on top of each other making it difficult to render the scene.

 

0 Likes

I need it for axonometry view, using flatshot. Also, there are more thaan one face on top of each other making it difficult to render the scene.

 

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