Supply the following Parameters to the Cone Group:
height 5
radius 3
color "Orange"
position { origin: p(0, 0, (this.Cylinder.Cylinder0.height + child.height / 2, this.Cylinder.Cylinder0.transform ) }
Supply the following Parameters to the Cylinder Group:
height 5
radius 3
color "Orange"
position { origin:p(0, 0, this.nha.thickness / 2 + child.height / 2) }
Supply the following Parameters to the Sphere Group:
radius 2
color "Orange"
position
var th = R.rootModel.thickness;
var cyl = this.Cylinder.Cylinder0.height;
var cn = this.Cone.Cone0.height;
return { origin:p (0,0, th / 2 + cyl + cn + child.radius ) }
(Note how in the screen shot, variable th has been defined using the Get Reference method.)