initialShape attribute
The initialShape attribute contains the name and the startRule of the initial shape, as set in the Inspector. It also contains the origin of the object space (defined by a postion vector p and a set of euler angles o, relative to the world coodinate system). A shape's pivot is relative to the initialShape.origin.
This attribute can only be read.
Examples
Example
Wall --> print("initialShape.name: " + initialShape.name)
print("initialShape.startRule: " + initialShape.startRule)