Namespace:
Autodesk.Revit.DB
LineScaling
Enumeration
Description:
An enumerated type listing possible LineType scaling modes.
An enumerated type listing possible LineType scaling modes.
Remarks:
Whichever option is chosen, line type definitions are created so a dashed line always begins and ends with a dash. Using these options does change the default behavior of exported DWGs. Some lines expected to be dashed may appear solid or in a different scale.
Whichever option is chosen, line type definitions are created so a dashed line always begins and ends with a dash. Using these options does change the default behavior of exported DWGs. Some lines expected to be dashed may appear solid or in a different scale.
LineScaling Enumeration Members:
Name | Description |
---|---|
0 | Exporting lines as they were scaled by view scale. This option preserves visual fidelity. |
1 | Modelspace scaling. LTSCALE is set to view scale and PSLTSCALE to 0. |
2 | Paperspace scaling. Specifies the value 1 for both LTSCALE and PSLTSCALE. |