Click or drag to resize

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)
Syntax
public static CrossSectionProperties solve(
	List<PolyLine3> plines
)

Parameters

plines
Type: System.Collections.GenericListPolyLine3
Outlines of the cross section.

Return Value

Type: CrossSectionProperties
The cross section properties.
See Also