Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sdynpy.coordinate_system_array

Signature

def sdynpy.coordinate_system_array(id=1, name='', color=1, cs_type=0, matrix=array([[1., 0., 0.],
       [0., 1., 0.],
       [0., 0., 1.],
       [0., 0., 0.]]), structured_array=None)

Creates an array that specifies coordinate systems in the geometry

Creates an array of coordinate systems that specify directions of sensors in a test or analysis. Coordinate system arrays can be created using a numpy structured array or individual arrays for each attribute. Multidimensional arrays can be used.

Parameters

Returns