import step files

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
jakob
Posts: 139
Joined: Mon Jul 14, 2014 1:55 pm
Location: Sweden
Contact:

import step files

Post by jakob »

Do I need plugin for open step files in FreeCAD?
User avatar
Willem
Veteran
Posts: 1854
Joined: Fri Aug 12, 2016 3:27 pm
Location: Lisse, The Netherlands

Re: import step files

Post by Willem »

You can import STEP files in Freecad. Under Preferences - Import/Export some settings can be done for importing STEP files
jakob
Posts: 139
Joined: Mon Jul 14, 2014 1:55 pm
Location: Sweden
Contact:

Re: import step files

Post by jakob »

Can I calculate mass properties? Or I have to install plugin?
chrisb
Veteran
Posts: 54293
Joined: Tue Mar 17, 2015 9:14 am

Re: import step files

Post by chrisb »

You either need very basic knowledge about Python; e.g. for a standard cube called "Box" of 10x10x10 you get the mass with

Code: Select all

App.ActiveDocument.Box.Shape.Mass
Or you search the Macros recipes wiki page, there are several addons for that.

BTW: we call them "Addons", not "Plugins".
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
jakob
Posts: 139
Joined: Mon Jul 14, 2014 1:55 pm
Location: Sweden
Contact:

Re: import step files

Post by jakob »

I mean for the step files.
kisolre
Veteran
Posts: 4166
Joined: Wed Nov 21, 2018 1:13 pm

Re: import step files

Post by kisolre »

jakob wrote: Sun May 26, 2019 5:57 pm I mean for the step files.
Yes
Post Reply