|
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)
Syntaxpublic CrossedSection(
PolyLine3 poly,
List<int> facesIndexes
)
Public Sub New (
poly As PolyLine3,
facesIndexes As List(Of Integer)
)
public:
CrossedSection(
PolyLine3^ poly,
List<int>^ facesIndexes
)
new :
poly : PolyLine3 *
facesIndexes : List<int> -> CrossedSection
Parameters
- poly
- Type: Karamba.GeometryPolyLine3
Crossed section. - facesIndexes
- Type: System.Collections.GenericListInt32
List of crossed face indexes.
See Also