Triangle3dGetAngleAt Method |
Gets the angle between two sides at the specified index.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic double GetAngleAt(
int index
)
Public Function GetAngleAt (
index As Integer
) As Double
public:
double GetAngleAt(
int index
)
member GetAngleAt :
index : int -> float
Parameters
- index
- Type: SystemInt32
Index of the vertex.
Return Value
Type:
DoubleThe angle in radians.
See Also