I an working on Angle Dimension
the problem is AIS_AngleDimension can only draw one style anlge dimension(in plane), it always draws an arc outside the area from start AIS_Line to end AIS_Line,irrespective of gp_Pnt parameter.
can anybady suggest me the exact method..to get the angle dimension correct.
place..
regards..
ajit
ajit s Author.
Discussion
2 archived replies
Posts are displayed in their archived order.
01Commenter-1
Yeah! I have encountered the same problem. It seems that there is no actual way to control the position behaviour of AIS_AngleDimension.
Stephane suggested one can implemented one's own AngleDimension by override the Compute & ComputeSelection virutal method. I have no time to do it myself present. But you can try it.