ChamferBox : GeometryClass

Constructor

chamferBox ...

Properties

<ChamferBox>.length              Float     default: 0.1   -- animatable

The length of the object.

<ChamferBox>.width               Float     default: 0.1   -- animatable

The width of the object.

<ChamferBox>.height              Float     default: 0.1   -- animatable

The height of the object.

<ChamferBox>.Fillet              Float     default: 0.01  -- animatable

Slices off the edges of the chamferbox. The higher the number, the more filleted the chamferbox becomes.

<ChamferBox>.Length_Segments     Integer   default: 1     -- animatable

The number of divisions along the length of the object.

<ChamferBox>.Width_Segments      Integer   default: 1     -- animatable

The number of divisions along the width of the object.

<ChamferBox>.Height_Segments     Integer   default: 1     -- animatable

The number of divisions along the height of the object.

<ChamferBox>.Fillet_Segments     Integer   default: 3     -- animatable

The number of segments in the filleted edges of the box. Adding fillet segments increases the edge roundness.

Notes

The Generate Mapping Coordinates and Smooth properties are not accessible to MAXScript in 3ds max 4.

See also