Basic calculation
Posted: Fri Dec 14, 2001 7:59 am
Trying to calculate the angle between 2 points after I do the usual:
Set myStartPt = IntelliCAD.ActiveDocument.Utility.GetPoint(, "Pick Startpoint")
Set myEndPt = IntelliCAD.ActiveDocument.Utility.GetPoint(, "Pick Endpoint")
Can someone please help me out ?
Do I get the angle in rad. or degrees ?
Regards
Mr. P.
Set myStartPt = IntelliCAD.ActiveDocument.Utility.GetPoint(, "Pick Startpoint")
Set myEndPt = IntelliCAD.ActiveDocument.Utility.GetPoint(, "Pick Endpoint")
Can someone please help me out ?
Do I get the angle in rad. or degrees ?
Regards
Mr. P.