- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Cadit Make Drawing.ini contains configuration settings for Make Drawing.
The file is located in the Settings subfolder under the Common Configuration folder or the Local Configuration folder. The program first looks for the file in the Common Configuration folder, then in the Local Configuration folder.
Section Key | Value | Description |
---|---|---|
[options] | ||
MakeIdwTemplate= | C:\ProgramData \Symetri \Sovelia Inventor Addin \Template \en-US \Sovelia Inventor Addin templates \Make Drawing.idw | Default template file, the first time the dialog is started. If the template file type is idw, an Inventor idw file is created, if it is dwg, an Inventor dwg file is created. If path is omitted, the program searches for the template file in this order: 1. The Inventor template folder, 2. \Sovelia Inventor Addin templates folder under the Inventor template folder, 3. \CaditInventor Templates folder under the Inventor template folder, 4. \CaditInventor folder under the Inventor template folder, 5. \Template\en-US\Sovelia Inventor Addin templates under the Local Configuration folder. |
[ScaleList] | List of legal scales used by Make Drawing. The scale on new views is set to the closest scale from the Scale list. The scales in the list are numbered starting with 1 | |
Scale1= | 1:100 | First scale in the list |
[Margins] | Distances between view edges and drawing borders, rotation and scale factor | |
MarginLeft= | 20 | Minimum margin in mm to the left of the most left view to the drawing border |
MarginRight= | 40 | Minimum margin in mm to the right of the most right view to the drawing border |
MarginTop= | 60 | Minimum margin in mm over the uppermost view to the drawing border |
MarginBottom= | 60 | Minimum margin in mm under the lowest view to the drawing border |
Gap= | 30 | Minimum gap in mm between views |
MainViewFactor= | 2 | Factor for calculating view scale for cut-length items (profiles, beams, yard goods). Scale of main view is calculated using MainViewFactor times profile width, not the profile length |
ViewRotateFactor= | 3 | Factor used for rotation of view. Rotate view if profile width is ViewRotateFactor times larger than profile height |
[SheetMetal] | Sheet metal settings | |
DefaultView= | 1 | If set to 1, the default view rotation will be used. Else it will be rotated to fit the paper. Default: 0 |
FlatPatternLeft= | 1 | If set to 1, the flat pattern view is placed on the left side of the drawing. Else on the right side of the drawing. Default: 0 |
[IsoView] | Iso view settings | |
AddIsoView= | 1 | If set to 1, an iso view is added in the top right corner of the drawing. Default: 0 |
IsoViewSizePercent= | 20 | Size of the iso view in percentage of the rest of the drawing. Default: 20 |
IsoViewMarginRight= | 20 | Minimum margin in mm to the right of the iso view to the drawing border |
IsoViewMarginTop= | 20 | Minimum margin in mm over the iso view to the drawing border |
IsoViewOrientation= | TopLeft | Orientation of the iso view. Legal values are TopLeft, TopRight, BottomLeft or BottomRight. Default: TopLeft |
IsoViewStyle= | Shaded | Style of the iso view. Legal values are Shaded, ShadedHiddenLine, HiddenLineRemoved or HiddenLine. Default: Shaded |
See also Make Drawing
Example: Cadit Make Drawing.ini
Any line starting with a semicolon (;) will be ignored.
[Options]
; MakeIdwTemplate=C:\ProgramData\Symetri\Sovelia Inventor Addin\Template\en-US\Sovelia Inventor Addin templates\Make Drawing.idw
; MakeIdwTemplate=C:\ProgramData\Symetri\Sovelia Inventor Addin\Template\en-US\Sovelia Inventor Addin templates\Make Drawing.dwg
[ScaleList]
Scale1=1:100
Scale2=1:50
Scale3=1:25
Scale4=1:20
Scale5=1:10
Scale6=1:5
Scale7=1:2.5
Scale8=1:2
Scale9=1:1
;Scale10=2:1
[Margins]
MarginLeft=20
MarginRight=40
MarginTop=60
MarginBottom=60
; distance between views
Gap=30
; for cut-length items (beams), scale of main view is calculated using MainViewFactor times profile width,
; not the profile length
MainViewFactor=2
; rotate view if profile width is ViewRotateFactor times larger than profile height
ViewRotateFactor=3
[SheetMetal]
;DefaultView=1
;FlatPatternLeft=1
[IsoView]
;AddIsoView=1
;AllowIsoViewDimensions=0
;IsoViewSizePercent=20
;IsoViewMarginRight=30
;IsoViewMarginTop=30
; IsoViewOrientation one of TopLeft, TopRight, BottomLeft, BottomRight
;IsoViewOrientation=TopLeft
; IsoViewStyle one of Shaded, ShadedHiddenLine, HiddenLineRemoved, HiddenLine
;IsoViewStyle=Shaded
Was this article helpful?