.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[VB.NET] Slice 3d Objects?

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
AdriDicri
1109 Views, 2 Replies

[VB.NET] Slice 3d Objects?

Hi everyone !

 

Is there any way to slice a 3d object into layers ?

 

Exemple : a cube, 100*100*100 mm . I want to slice it in 10 layers of 10 milimeters (with the z axis)

 

My projet is based on autocad. I 'm currently developping an addon to autocad that can get x,y,z coordinates of every shape in the drawing. I'm working with laser machines, and our lasers can only be use between -8 mm and 8 mm.

 

For 2d drawing, it's simple, i don't need slicing, but for 3d shapes, i need to slice to mark it with our lasers.

 

Can somebody help me?

 

thanks a lot.

 

Adri Dicri

2 REPLIES 2
Message 2 of 3
ivo.zagar
in reply to: AdriDicri

Solid3d s; // 3D solid

Plane p; // slicing plane

 

Solid3d cutOff; // the part that is sliced away


cutOff = s.Slice(p, true);

Message 3 of 3
AdriDicri
in reply to: AdriDicri

thanks a lot, works great !

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

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost