SectionCutAnalysis



Your Ad Here

Syntax

SapObject.SapModel.Results.SectionCutAnalysis

VB6 Procedure

Function SectionCutAnalysis(ByRef NumberResults As Long, ByRef SCut() As String, ByRef ACase() As String, ByRef StepType() As String, ByRef StepNum() As Double, ByRef F1() As Double, ByRef F2() As Double, ByRef F3() As Double, ByRef M1() As Double, ByRef M2() As Double, ByRef M3() As Double) As Long

Parameters

NumberResults

The number total of results returned by the program.

SCut

This is an array that includes the name of the section cut associated with each result.

ACase

This is an array that includes the name of the analysis case or response combination associated with each result.

StepType

This is an array that includes the step type, if any, for each result.

StepNum

This is an array that includes the step number, if any, for each result.

F1, F2, F3

These are one dimensional arrays that include the forces in the section cut local axes directions for each result. [F]

M1, M2, M3

These are one dimensional arrays that include the moments about the section cut local axes for each result. [FL]

Remarks

This function reports the section cut force for sections cuts that are specified to have an Analysis (F1, F2, F3, M1, M2, M3) result type.

The function returns zero if the section cut forces are successfully recovered, otherwise it returns a nonzero value.

See Analysis Results Remarks for more information.

VBA Example

Similar to FrameJointForce

   'get section cut forces with analysis output convention
      ret = SapModel.Results.SectionCutAnalysis(NumberResults, SCut, ACase, StepType, StepNum, F1, F2, F3, M1, M2, M3)

Release Notes

Initial release in version 11.00.

See Also

SectionCutDesign

Return to SAP2000 Index


Your Ad Here