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.node_array

Signature

def sdynpy.node_array(id=1, coordinate=array([0, 0, 0]), color=1, def_cs=1, disp_cs=1, structured_array=None)

Creates an array that specifies nodes in the geometry

Creates an array of nodes that specify positions of sensors in a test or analysis. Node arrays can be created using a numpy structured array or individual arrays for each attribute. Multidimensional arrays can be used.

Parameters

Returns