BevelModifier.DivideOnly

This page contains reference documentation for the DivideOnly member. This member sets or gets the DIVIDEONLY parameter.

Declaration

int DivideOnly;

Examples

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;

Working Sample Code

For sample code: