... | ... | @@ -126,6 +126,7 @@ When creating a new object of type Action, one must first choose the type of act |
|
|
- [Linear quotation action](#Linearquotationaction)
|
|
|
- [Dimensioning action perpendicular to the reference plane](#Dimensioningactionperpendiculartothereferenceplane)
|
|
|
- [Overall quotation action](#Overallquotationaction)
|
|
|
- [Leader Line](#LeaderLine)
|
|
|
|
|
|
## Profiles
|
|
|
- [return to action list](#TopList)
|
... | ... | @@ -1111,3 +1112,19 @@ Other possible manipulation: %7.0f: 7 digits before the decimal point and 0 afte |
|
|
- Use case
|
|
|
- Parameters
|
|
|
|
|
|
--------------------------------------------------------------------
|
|
|
|
|
|
**`Remark Leader line`** <a name="LeaderLine"></a>
|
|
|
- [return to action list](#TopList)
|
|
|
|
|
|
- Parameter in quotation actions
|
|
|
- Value
|
|
|
- 0 or NoLine : no Leader line
|
|
|
- -1 or UntilPoint : Leader line starting from the dimension at the reference point.
|
|
|
- other value : size define in mm
|
|
|
- Example
|
|
|
- UntilPoint = 100%
|
|
|
- UntilPoint/10 = 10%
|
|
|
- -1 = 100%
|
|
|
- -5 = 500%
|
|
|
- -0.1 = 10% |
|
|
\ No newline at end of file |