Returns if the curve is periodic.
# Get the value of the property.propertyValue = nurbsCurve2D_var.isPeriodic
#include <Core/Geometry/NurbsCurve2D.h>// Get the value of the property.boolean propertyValue = nurbsCurve2D_var->isPeriodic();