I’ve an example with creating randomized cylinders, which are in a component.
The “Cylinder” feature is changed after creation randomly and then it’s updated.
Setting properties on a feature (Height, Radius, etc.) requires str as far I know. They are expressions.
The second part is the detection of these properties on the “Cylinder” feature.
CreatorRandomCylinder.vcmx (194.3 KB)
PS: Using path-sensors, require that the frame is also on the Path itself. If you forget this, the sensor does not detect anything. A better approach could be the use of the ProcessModel. But I haven’t used it yet.