cPointObj GetLocalAxes Method CSi API ETABS 2015
Retrieves the local axis angles for a point object.

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

int GetLocalAxes(
	string Name,
	ref double A,
	ref double B,
	ref double C,
	ref bool Advanced
)

Parameters

Name
Type: OnlineSystem String
The name of an existing point object.
A
Type: OnlineSystem Double 
B
Type: OnlineSystem Double 
The local axes of the point are defined by first setting the positive local 1, 2 and 3 axes the same as the positive global X, Y and Z axes and then doing the following: [deg]
  1. Rotate about the 3 axis by angle a.
  2. Rotate about the resulting 2 axis by angle b.DOF must be active.
  3. Rotate about the resulting 1 axis by angle c.DOF must not be fixed.
C
Type: OnlineSystem Double 
Advanced
Type: OnlineSystem Boolean 
This item is True if the point object local axes orientation was obtained using advanced local axes parameters.

Return Value

Returns zero if the local axes angles are successfully retrieved, otherwise it returns a nonzero value.
Remarks

Examples

See Also