Defined as:
sdynpy.core.sdynpy_geometry.CoordinateSystemArrayModule:
sdynpy.core.sdynpy_geometrySource: GitHub
Parent:
sdynpy.SdynpyArrayParent:
numpy.ndarray
Signature¶
class sdynpy.CoordinateSystemArray(shape, buffer=None, offset=0, strides=None, order=None)Coordinate System Information specifying position and directions.
Use the coordinate_system_array helper function to create the array.
Attributes¶
| Name | Summary |
|---|---|
data_dtype | Built-in mutable sequence. |
data_dtype¶
Methods¶
| Name | Summary |
|---|---|
from_unv | Load CoordinateSystemArrays from universal file data from read_unv |
from_unv¶
Source: GitHub
def sdynpy.CoordinateSystemArray.from_unv(unv_data_dict, combine=True)Load CoordinateSystemArrays from universal file data from read_unv
Parameters¶
unv_data_dict : dict Dictionary containing data from read_unv
combine : bool, optional If True, return as a single CoordinateSytemArray
Returns¶
output_arrays : CoordinateSystemArray Coordinate Systems read from unv