Returns a NURBS curve that is geometrically identical to the ellipse.
# Get the value of the property.propertyValue = ellipse3D_var.asNurbsCurve
#include <Core/Geometry/Ellipse3D.h>// Get the value of the property.Ptr<NurbsCurve3D> propertyValue = ellipse3D_var->asNurbsCurve();