Span
Specifies a range of values from start to stop with a given number of steps.
Fields
endpoint
-
If true, includes the stop value within the span.
- Type: bool
- Default: True
nsteps
-
The number of steps in the span.
- Type: int
start
-
The starting value of the span.
- Type: One of: [LengthQuantity, ArcQuantity]
stop
-
The stop value of the span.
- Type: One of: [LengthQuantity, ArcQuantity]