|
CroSecPropertiessolve Method
|
Calculates the mechanical properties of a cross section given by its outlines.
Namespace:
KarambaCommon.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static CrossSectionProperties solve(
List<PolyLine3> plines
)
Public Shared Function solve (
plines As List(Of PolyLine3)
) As CrossSectionProperties
public:
static CrossSectionProperties solve(
List<PolyLine3^>^ plines
)
static member solve :
plines : List<PolyLine3> -> CrossSectionProperties
Parameters
- plines
- Type: System.Collections.GenericListPolyLine3
Outlines of the cross section.
Return Value
Type:
CrossSectionPropertiesThe cross section properties.
See Also