SBLength3#
- class samson.SBLength3(*args, **kwargs)#
Bases:
Overloaded function.
SBLength3() -> samson.SBPhysicalVector3
Three-dimensional length physical vector
SBLength3(value: typing.SupportsFloat | typing.SupportsIndex) -> samson.SBPhysicalVector3
Three-dimensional length physical vector
SBLength3(x: typing.SupportsFloat | typing.SupportsIndex, y: typing.SupportsFloat | typing.SupportsIndex, z: typing.SupportsFloat | typing.SupportsIndex) -> samson.SBPhysicalVector3
Three-dimensional length physical vector
SBLength3(vector3: collections.abc.Sequence[typing.SupportsFloat | typing.SupportsIndex]) -> samson.SBPhysicalVector3
Three-dimensional length physical vector
SBLength3(value: samson.SBQuantity.unitsSI) -> samson.SBPhysicalVector3
Three-dimensional length physical vector
SBLength3(x: samson.SBQuantity.unitsSI, y: samson.SBQuantity.unitsSI, z: samson.SBQuantity.unitsSI) -> samson.SBPhysicalVector3
Three-dimensional length physical vector
SBLength3(vector3: collections.abc.Sequence[samson.SBQuantity.unitsSI]) -> samson.SBPhysicalVector3
Three-dimensional length physical vector