2.4.12 Specific settings for Inventor DXF module
Previous2.4.11 Specific setting for Inventor PDF moduleNext2.4.13 Specific setting for Inventor Raster module
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
FLAT PATTERN DXF?AcadVersion=2018&OuterProfileLayer=LAY0000&OuterProfileLayerColor=255;0;0&OuterProfileLayerLineWeight=.07&TangentLayer=LAY0001&TangentLayerColor=255;0;255&InvisibleLayers=IV_BEND_DOWN
'
'====Description of the code=====
' Sheet metal parameters can be obtained from https://help.autodesk.com/view/INVNTOR/2026/ENU/?guid=WriteFlatPatternAsDXF_Sample (availability can vary based on Inventor version)
' Export the DXF to version 2018 (FLAT PATTERN DXF?AcadVersion=2018)
' Change the name of the outer profile objects' layer name to LAY0000 (OuterProfileLayer=LAY0000)
' Change the color of the outer profile objects' layer to RED (OuterProfileLayerColor=255;0;0)
' Change the weight of the outer profile objects' layer to 0.07 cm (OuterProfileLayerLineWeight=.07)
' Hides the bend layer (InvisibleLayers=IV_BEND_DOWN); the layer name must be specified. The layer is physically removed from the DXF file.