SBLengthInterval#
- class samson.SBLengthInterval(*args, **kwargs)#
Bases:
Overloaded function.
SBLengthInterval() -> samson.SBPhysicalInterval
Length interval
SBLengthInterval(value: typing.SupportsFloat | typing.SupportsIndex) -> samson.SBPhysicalInterval
Length interval
SBLengthInterval(begin: typing.SupportsFloat | typing.SupportsIndex, end: typing.SupportsFloat | typing.SupportsIndex) -> samson.SBPhysicalInterval
Length interval
SBLengthInterval(interval: collections.abc.Sequence[typing.SupportsFloat | typing.SupportsIndex]) -> samson.SBPhysicalInterval
Length interval
SBLengthInterval(value: samson.SBQuantity.unitsSI) -> samson.SBPhysicalInterval
Length interval
SBLengthInterval(begin: samson.SBQuantity.unitsSI, end: samson.SBQuantity.unitsSI) -> samson.SBPhysicalInterval
Length interval
SBLengthInterval(interval: collections.abc.Sequence[samson.SBQuantity.unitsSI]) -> samson.SBPhysicalInterval
Length interval