Click or drag to resize

Triangle3dGetSegmentAt Method

Gets the LineSegement3d at specified index.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public LineSegment3d GetSegmentAt(
	int index
)

Parameters

index
Type: SystemInt32
Index of the segment.

Return Value

Type: LineSegment3d
The LineSegement2d at specified index.
Exceptions
ExceptionCondition
IndexOutOfRangeException IndexOutOfRangeException is thrown if indes is lower than 0 or greater than 2.
See Also