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)
Syntaxpublic LineSegment3d GetSegmentAt(
int index
)
Public Function GetSegmentAt (
index As Integer
) As LineSegment3d
public:
LineSegment3d^ GetSegmentAt(
int index
)
member GetSegmentAt :
index : int -> LineSegment3d
Parameters
- index
- Type: SystemInt32
Index of the segment.
Return Value
Type:
LineSegment3dThe LineSegement2d at specified index.
ExceptionsException | Condition |
---|
IndexOutOfRangeException |
IndexOutOfRangeException is thrown if indes is lower than 0 or greater than 2. |
See Also