Click or drag to resize

Triangle2dGetAngleAt Method

Gets the angle between two sides at the specified index.

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public double GetAngleAt(
	int index
)

Parameters

index
Type: SystemInt32
Index of the vertex.

Return Value

Type: Double
The angle in radians.
See Also