Returns the parent Document object.
# Get the value of the property.propertyValue = design_var.parentDocument
#include <Fusion/Fusion/Design.h>// Get the value of the property.Ptr<Document> propertyValue = design_var->parentDocument();