Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

EXPORT FROM MAX AS STEP FORMAT

EXPORT FROM MAX AS STEP FORMAT

Anonymous
Not applicable
38,489 Views
10 Replies
Message 1 of 11

EXPORT FROM MAX AS STEP FORMAT

Anonymous
Not applicable

I have been struggling with producing output that can be utilized by our engineers via Solidworks. Max is great for whipping up some quick animations and 3d rendering concepts. I have run into situations however that a model is needed for the Engineering and or customers. I found this in my searches this morning.

 

Yes you can, first, you have to export your model as ACIS .SAT fomat, Check the box (export mesh objects) if your model base is mesh, or (Export NURBS) if your model base is NURBS.

Download this software (it's free:  www.123dapp.com/design) 
Open your .SAT file and export it as SAT/STEP file, choose STEP from the drop down menu. 
And that's it..

This site does not call up.

 

Does someone out there have a script that will do this?

Thanks in advance.

 

 

Accepted solutions (1)
38,490 Views
10 Replies
Replies (10)
Message 2 of 11

pokoy
Advocate
Advocate

Only NURBS geometry can be exported as STEP. For polygonal meshes you'll need to confirm with the CAD designer which format their software can read, SAT or STL are often supported. With SAT, you need to specify that you want to export mesh geometry otherwise the file will be empty. Hope this helps.

0 Likes
Message 3 of 11

Anonymous
Not applicable

Thanks for your reply @pokoy but I am at this point Already. I have exported as sat (took forever) and i keep getting request for step format.

I know that Inventor as well as Solidworks accept both sat and stp. Although Max is not capable of exporting to step I am wondering at this point if there is a conversion program or script out there that will.

Sat files are too large and not practical  so I am hoping step files will allow me to export smaller files.

 

 

0 Likes
Message 4 of 11

pokoy
Advocate
Advocate
Actually, STEP will be similarly large since every polygon/triangle is
handled as a NURBS patch, and conversion will take some time, similar to
SAT.
The only way I know of is a small CAD app called MoI3D, which can import
a SAT and export STEP.

Looking at the Solidworks help it looks like it can import other formats
such as OBJ and STL, but I'm not sure if you need the ScanTo3D plug in
or not:
http://help.solidworks.com/2018/english/solidworks/sldworks/t_importing_mesh_file.htm
0 Likes
Message 5 of 11

pokoy
Advocate
Advocate
Accepted solution

Some googling shows that with Solidworks 2017 and newer, you can import some mesh formats natively - STL and OBJ - which are both supported in SW and Max. That should work.

Message 6 of 11

Anonymous
Not applicable

obj seems to be the ticket! its fast! I do not see a stl export option in max

Thanks @pokoy

 

0 Likes
Message 7 of 11

pokoy
Advocate
Advocate
Sorry, STL is only available as an import format.
0 Likes
Message 8 of 11

brentscannell
Autodesk
Autodesk

There is an STL format exporter built into 3ds Max, you just need to select it from the dropdown list.

 

Now, depending on what your engineers need, a big heavy mesh might not be practical or useful for anything other than reference geometry. It won't necessarily be any quicker, but you can convert it to a body object (converting mesh faces to a faceted brep) and then use the .sat export to get a solid model out of it that will play a little better in CAD applications.stl.JPG

0 Likes
Message 9 of 11

Anonymous
Not applicable

Hi, I'll share my experience.

Yes, there is .stl built-in converter, but it's tricky to exploit.

First of all, initial model must be NURBS, Patch or Splines+Surface (in order to convert to NURBS later).

After you have ONLY NURBS object(s) in your scene (better to export them to a new scene with Save Selected command), move all objects to 0 layer, delete all other layers.

Then you'll have .stl export active in Export menu and it'll work fine:

ScreenShot139.png

0 Likes
Message 10 of 11

frederik_vollbrecht
Advocate
Advocate

I did a screencast a while ago where i show my workflow doing this:

 

 

 

Message 11 of 11

aecvn1
Observer
Observer

Can I ask what software you can use to record your screen, I want to go back to instructions like yours

0 Likes