geomerative
index
 
Name setAdaptor ( )
Examples
None available
Description Use this to set the adaptor type. RShape.BYPOINT adaptor adapts the group to a particular shape by adapting each of the groups points. This can cause deformations of the individual elements in the group. RShape.BYELEMENT adaptor adapts the group to a particular shape by adapting each of the groups elements. This mantains the proportions of the shapes.
Syntax
setAdaptor(adptorType);
Parameters
int   adptorType, it can take the values RShape.BYPOINT and RShape.BYELEMENT
Returns None
Usage Web & Application
Related