geomerative
index
 
Name setAdaptor ( )
Examples
None available
Description Use this to set the adaptor type. RGroup.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. RGroup.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 RGroup.BYPOINT and RGroup.BYELEMENT
Returns None
Usage Web & Application
Related