Indicates if the path is closed or not. Returns True in the case of a closed path.
# Get the value of the property.propertyValue = path_var.isClosed
#include <Fusion/Features/Path.h>// Get the value of the property.boolean propertyValue = path_var->isClosed();