Center radius outside line
CenterRadiusOutsideLine
Bases: BaseSketchObject
Creates a dimension line for an arc's radius
Parameters:
Name | Type | Description | Default |
---|---|---|---|
arc
|
Edge
|
Arc to measure |
required |
draft
|
Draft
|
Instance of Draft dataclass |
required |
label
|
str | None
|
A text string which will replace the length (or arc length) that would otherwise be extracted from the provided path. Providing a label is useful when illustrating a parameterized input where the name of an argument is desired not an actual measurement. Defaults to None. |
None
|
offset
|
float
|
A distance to displace the dimension line from the edge of the object |
0
|
sketch
|
Sketch | None
|
Optional context sketch |
None
|
mode
|
Mode
|
Combination mode. Defaults to Mode.ADD |
ADD
|
Raises:
Type | Description |
---|---|
BaseException
|
when provided arc don't have the GeomType.CIRCLE geom_type |