Community
Civil 3D Customization
Welcome to Autodesk’s AutoCAD Civil 3D Forums. Share your knowledge, ask questions, and explore popular AutoCAD Civil 3D Customization topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Comvert Solid 3D bodies to .FBX with .NET

4 REPLIES 4
Reply
Message 1 of 5
eirij
565 Views, 4 Replies

Comvert Solid 3D bodies to .FBX with .NET

Hi,

Does any one know the way to convert Autocad Solid3D objects to .dbx format with .NET? Actually, what i am trying to do is moving solid3d objects from Civil3D drawing to Infraworks through .NET Api.

 

Best Regards,

Eirij

4 REPLIES 4
Message 2 of 5

If you haven't already, I'd suggest posting the AutoCAD .NET group.

Civil Reminders
http://blog.civil3dreminders.com/
http://www.CivilReminders.com/
Alumni
Message 3 of 5
gleeuwdrent
in reply to: eirij

As far as I know there is no exposed API function to export FBX files, but you could use the Editior.Command() method and call the  -FBXEXPORT command. Something like this:

 

ed.Command(".-FBXEXPORT", "s", solid.ObjectId, "", "s", "y", "n", "n", "n", "e", folderName + exportname + ".fbx");

 

Message 4 of 5

Hasn't FBXEXPORT been removed from the product? At least in Civil 3D 2020 that appears to be the case, unless I'm missing an update.

Civil Reminders
http://blog.civil3dreminders.com/
http://www.CivilReminders.com/
Alumni
Message 5 of 5

That's true, FBX export has been removed since 2019 version. Very odd in my opinion, because FBX is a very useful format to transfer 3D models. 

The function I mentioned works fine in 2018 version.

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

Post to forums  

Rail Community


Autodesk Design & Make Report