altdss.LoadShapeExtras
#
Module Contents#
Classes#
API#
- class altdss.LoadShapeExtras.LoadShapeBatchMixin#
- UseFloat32()#
If the loadshapes are using float64/double precision internal data, use this function to convert to float32/single precision. If the data is not owned by the loadshape, this operation is not allowed.
- UseFloat64()#
If the loadshape are using float32/single precision internal data, use this function to convert to float64/double precision. If the data is not owned by the loadshape, this operation is not allowed.
- class altdss.LoadShapeExtras.LoadShapeObjMixin#
- UseFloat32()#
If this loadshape is using float64/double precision internal data, use this function to convert to float32/single precision. If the data is not owned by the loadshape, this operation is not allowed.
- UseFloat64()#
If this loadshape is using float32/single precision internal data, use this function to convert to float64/double precision. If the data is not owned by the loadshape, this operation is not allowed.