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