geomerative
index
 
Name addSubshape ( )
Examples
None available
Description Use this method to create a new subshape. The first point of the new subshape will be set to (0,0). Use addMoveTo ( ) in order to add a new subshape with a different first point.
Syntax
addSubshape();
addSubshape(s);
Parameters
s   RSubshape, the subshape to be added.
Returns None
Usage Web & Application
Related setSubshape ( )
addMoveTo ( )