ChamferBox : GeometryClass
ChamferBox - superclass: GeometryClass; super-superclass:node - classID: #(450314048, 1223298967)
Constructor:
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>.smooth Integer default: 1
1 - enable smoothing
0 - disable smoothing.
<ChamferBox>.mapCoords Integer default: 1
1- enable mapping coordinates,
0 - disable mapping coordinates.
<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.
Interfaces:
Interface:realWorldMapSizeInterface
Properties:
.realWorldMapSize: boolean : Read|Write
Enables/disables the real-world map size option.
Available in 3ds Max 8 and higher.