Gets the algebraic minimum and maximum factors of safety (FOS) for the specified entities.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim BAllBodies As System.Boolean
Dim ArraySelectedEntities As System.Object
Dim NComponent As System.Integer
Dim nShellOptions As System.Integer
Dim ErrorCode As System.Integer
Dim value As System.Object
value = instance.GetMinMaxFactorOfSafety(BAllBodies, ArraySelectedEntities, NComponent, nShellOptions, ErrorCode) |
Parameters
- BAllBodies
- True to select all bodies to plot the factor of safety, false to select specific bodies
- ArraySelectedEntities
- Array of bodies for which to plot the factor of safety; valid only if BAllBodies is set to false
- NComponent
- nShellOptions
- Shell face on which to perform the factor of safety as defined by swsFOS_NormalShellFaceOption_e
- ErrorCode
- Error code as defined by swsFOS_ErrorCode_e
Return Value
Array (see
Remarks)
Remarks
See Also
Availability
SolidWorks Simulation API 2013 SP5.0