ChamferBox - superclass: GeometryClass; super-superclass:node - classID: #(450314048, 1223298967)
Constructor:
chamferBox...
Properties:
<ChamferBox>.length Float default: 0.1 -- animatable; worldunits
The length of the object.
<ChamferBox>.width Float default: 0.1 -- animatable; worldunits
The width of the object.
<ChamferBox>.height Float default: 0.1 -- animatable; worldunits
The height of the object.
<ChamferBox>.smooth booleanclass default: true -- boolean
1 - enable smoothing
0 - disable smoothing.
<ChamferBox>.mapCoords booleanclass default: true -- boolean
1- enable mapping coordinates,
0 - disable mapping coordinates.
<ChamferBox>.Fillet Float default: 0.01 -- animatable; worldunits
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.
Type In Properties:
Available in 3ds Max 2018 and higher: These properties reflect the parameters on the Keyboard Entry rollout for each geometry object. These parameters can be set on any existing object.
<ChamferBox>.typeinCreationMethod Integer default: 0 -- integer; Creation_Method
Gets or sets the Creation Method. Possible values are:
<ChamferBox>.typeInHeight Float default: 0.1 -- float; Height
<ChamferBox>.typeInLength Float default: 0.1 -- float; Length
<ChamferBox>.typeInWidth Float default: 0.1 -- float; Width
Gets or sets the Keyboard Entry values for height, length, and width.
<ChamferBox>.typeInPos Point3 default: [0,0,0] -- point3; Type_in_Position
Gets or sets the Keyboard Entry position values as a Point3.
<ChamferBox>.typeInFillet Float default: 0.01 -- float; Fillet
Gets or sets the Keyboard Entry value for fillet.
Interfaces:
Interface:realWorldMapSizeInterface
Properties:
.realWorldMapSize: boolean : Read|Write
Enables/disables the real-world map size option.
Available in 3ds Max 8 and higher.