Measures the angle between two entities. The entities can be work features or iMates.
This can also be used to get the angle formed by three points.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
Function Angle ( entityName1 As Object, entityName2 As Object, Optional entityName3 As Object = Nothing ) As Double
C#
double Angle( Object entityName1, Object entityName2, Object entityName3 = null )
Parameters
- entityName1
- Type: System.Object
The name of the first entity. - entityName2
- Type: System.Object
The name of the second entity. - entityName3 (Optional)
- Type: System.Object
The name of the third entity.
Return Value
Type: DoubleThe angle in document angle units.