Click or drag to resize

CroSecPropertiescrosecProperties Method

Determines the cross section properties of a given poly-line which is projected to the xy-plane and assumed to be closed counterclockwise poly-lines count as boundaries of areas; counter-clock-wise poly-lines count as boundaries of holes.

Namespace:  KarambaCommon.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static CrossSectionProperties crosecProperties(
	List<PolyLine3> plines
)

Parameters

plines
Type: System.Collections.GenericListPolyLine3
Boundary lines of the area.

Return Value

Type: CrossSectionProperties
cross section properties.
See Also