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