|
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)
Syntaxpublic static CrossSectionProperties crosecProperties(
List<PolyLine3> plines
)
Public Shared Function crosecProperties (
plines As List(Of PolyLine3)
) As CrossSectionProperties
public:
static CrossSectionProperties crosecProperties(
List<PolyLine3^>^ plines
)
static member crosecProperties :
plines : List<PolyLine3> -> CrossSectionProperties
Parameters
- plines
- Type: System.Collections.GenericListPolyLine3
Boundary lines of the area.
Return Value
Type:
CrossSectionPropertiescross section properties.
See Also