cFrameObj GetLocalAxes Method CSi API ETABS 2015
Retrieves the frame local axis angle assignment for frame objects.

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

int GetLocalAxes(
	string Name,
	ref double Ang,
	ref bool Advanced
)

Parameters

Name
Type: OnlineSystem String
The name of an existing frame object.
Ang
Type: OnlineSystem Double 
This is the angle that the local 2 and 3 axes are rotated about the positive local 1 axis, from the default orientation or, if the Advanced item is True, from the orientation determined by the plane reference vector. The rotation for a positive angle appears counter clockwise when the local +1 axis is pointing toward you. [deg]
Advanced
Type: OnlineSystem Boolean 
This item is True if the line object local axes orientation was obtained using advanced local axes parameters.

Return Value

Returns zero if the assignment is successfully retrieved, otherwise it returns a nonzero value.
Remarks

Examples

See Also