Click or drag to resize

SubPolyline3 Constructor (PolyLine3, Int32, Int32)

Initializes a new instance of the SubPolyline3 class. Create a subpolyline from a polyline.

Namespace:  Karamba.Results.ShellSection
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public SubPolyline3(
	PolyLine3 polyline,
	int firstIndex = 0,
	int lastIndex = 0
)

Parameters

polyline
Type: Karamba.GeometryPolyLine3
Polyline to which the subset belongs.
firstIndex (Optional)
Type: SystemInt32
Index of the first point of the subset.
lastIndex (Optional)
Type: SystemInt32
Index of the last point of the subset.
See Also