cAnalysisResults FrameForce Method CSi API ETABS 2015
Reports the frame forces for the specified line elements

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

int FrameForce(
	string Name,
	eItemTypeElm ItemTypeElm,
	ref int NumberResults,
	ref string[] Obj,
	ref double[] ObjSta,
	ref string[] Elm,
	ref double[] ElmSta,
	ref string[] LoadCase,
	ref string[] StepType,
	ref double[] StepNum,
	ref double[] P,
	ref double[] V2,
	ref double[] V3,
	ref double[] T,
	ref double[] M2,
	ref double[] M3
)

Parameters

Name
Type: OnlineSystem String
The name of an existing line object, line element or group of objects, depending on the value of the ItemTypeElm item.
ItemTypeElm
Type: ETABS2015 eItemTypeElm
This is one of the following items in the eItemTypeElm enumeration.

If this item is ObjectElm, the result request is for the line elements corresponding to the line object specified by the Name item.

If this item is Element, the result request is for the line element specified by the Name item.

If this item is GroupElm, the result request is for the line elements corresponding to all line objects included in the group specified by the Name item.

If this item is SelectionElm, the result request is for line elements corresponding to all selected line objects and the Name item is ignored.

NumberResults
Type: OnlineSystem Int32 
The total number of results returned by the program
Obj
Type:  OnlineSystem String  
This is an array that includes the line object name associated with each result, if any
ObjSta
Type:  OnlineSystem Double  
This is an array that includes the distance measured from the I-end of the line object to the result location
Elm
Type:  OnlineSystem String  
This is an array that includes the line element name associated with each result
ElmSta
Type:  OnlineSystem Double  
This is an array that includes the distance measured from the I-end of the line element to the result location
LoadCase
Type:  OnlineSystem String  
This is an array that includes the name of the analysis case or load combination associated with each result
StepType
Type:  OnlineSystem String  
This is an array that includes the step type, if any, for each result
StepNum
Type:  OnlineSystem Double  
This is an array that includes the step number, if any, for each result
P
Type:  OnlineSystem Double  
This is a one dimensional array of the axial force for each result. [F]
V2
Type:  OnlineSystem Double  
This is a one dimensional array of the shear force in the local 2 direction for each result. [F]
V3
Type:  OnlineSystem Double  
This is a one dimensional array of the shear force in the local 3 direction for each result. [F]
T
Type:  OnlineSystem Double  
This is a one dimensional array of the torsion for each result. [FL]
M2
Type:  OnlineSystem Double  
This is a one dimensional array of the moment about the local 2-axis for each result. [FL]
M3
Type:  OnlineSystem Double  
This is a one dimensional array of the moment about the local 3-axis for each result. [FL]

Return Value

Returns zero if the forces are successfully recovered, otherwise it returns a nonzero value
Remarks

Examples

See Also