cPointObj GetSpring Method CSi API ETABS 2015
Retrieves uncoupled spring stiffness assignments for a point object, that is, it retrieves the diagonal terms in the 6x6 spring matrix for the point object.

Namespace: ETABS2015
Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.0.0.0)
Syntax

int GetSpring(
	string Name,
	ref double[] K
)

Parameters

Name
Type: OnlineSystem String
The name of an existing point object.
K
Type:  OnlineSystem Double  

Return Value

Returns zero if the stiffnesses are successfully retrieved, otherwise it returns a nonzero value. If no springs exist at the point object, the function returns a nonzero value.
Remarks

The spring stiffnesses reported are the sum of all springs assigned to the point object. The spring stiffness values are reported in the point local coordinate system.
Examples

See Also