[]
Sets the "component main default" decomposition type and number of levels for the specified component. Both 'dec' and 'lev' can not be negative at the same time.
public virtual void setMainCompDefDecompType(int n, int dec, int lev)
Type | Name | Description |
---|---|---|
int | n | The component index |
int | dec | The decomposition type. If negative then the main default is used. |
int | lev | The number of levels. If negative then the main defaul is used. |