Equivalent function for "ellipticalArc" in BricsCAD.
As in AutoCAD by using the fuction "ellipticalArc" we can draw ellipse, Is there any simillar function present in BricsCAD to be applied on Geometry object.
0
Comments
-
In the 2D toolbar there is an elliptical arc tool (BC 11.2.12).
0 -
yes that's true, but I have my own custom entity and in the worldDraw() I want to draw an ellipse using an equivalent API.
Something like this.......
Adesk::Boolean
CMyEntity::worldDraw(AcGiWorldDraw * pWd)
{pWd->geometry().ellipticalArc(Centroid, normal(), MajorRadius, MinorRadius, 0.0, 6.283185307, 0.0);
}
0 -
That's a pretty new function for ARX right? you might want to send in a support request so it can get in the system
0
This discussion has been closed.