Returns the Components collection that provides access to existing components in a design.
# Get the value of the property.propertyValue = design_var.allComponents
#include <Fusion/Fusion/Design.h>// Get the value of the property.Ptr<Components> propertyValue = design_var->allComponents();