This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
rhino:8:step_file_utilities [2024/09/12] scottd |
rhino:8:step_file_utilities [2024/09/17] (current) scottd |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== STEP File Utilities ====== | + | ===== STEP File Format |
| - | The [[https:// | + | The [[https:// |
| Part and Assembly files structures are quite different from Rhino' | Part and Assembly files structures are quite different from Rhino' | ||
| Line 7: | Line 7: | ||
| ==== Major STEP format version ==== | ==== Major STEP format version ==== | ||
| - | Rhino supports a series of STEP versions. Each version | + | Rhino supports a series of STEP Application Protocols (APs). Each AP contains different levels of information. |
| - | * [[https://wiki.mcneel.com/rhino/display_performance# | + | * |
| + | * **AP214 - AutomotiveDesign**. Popular for automotive industry mechanical design processes. Includes AP203 plus colors, layers, GD&T (geometric dimensioning and tolerance) and design intent. | ||
| + | * **AP214 - AutomotiveDesignCC2**. Updated minor syntax change from AP214. | ||
| + | * **AP242 - Managed model-based 3D engineering**. Newest standard that merges STEP AP 203 and AP 214 to create a single standard for model-based 3D engineering. Technically replaced all other APs in 2014. New in Rhino 8. | ||
| + | |||
| + | ==== STEP File Utilities ==== | ||
| + | |||
| + | Use these Utilites to inspect STEP files. This can really help with troubleshooting file exchange problems. | ||
| + | |||
| + | * | ||
| + | | ||
| + | * [[https:// | ||