Click or drag to resize

CrossedSection Constructor (PolyLine3, ListInt32)

Initializes a new instance of the CrossedSection class. Create a crossed section from a polyline and a list of indexes.

Namespace:  Karamba.Results.ShellSection
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public CrossedSection(
	PolyLine3 poly,
	List<int> facesIndexes
)

Parameters

poly
Type: Karamba.GeometryPolyLine3
Crossed section.
facesIndexes
Type: System.Collections.GenericListInt32
List of crossed face indexes.
See Also