This page contains reference documentation for the DivideOnly member. This member sets or gets the DIVIDEONLY parameter.
int DivideOnly;
Examples are as follows:
BevelModifer bvModifier = new BevelModifier; // Configure the modifier to peform the bevel without a final collapse. bvModifier.DivideOnly = 1; // Configure the modifier to peform the bevel and final collapse. bvModifier.DivideOnly = 0;
For sample code: