Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSubDMesh::setBox Method
Syntax
C++
OdResult setBox(double xLen, double yLen, double zLen, OdInt32 divX, OdInt32 divY, OdInt32 divZ, OdInt32 subDLevel);

Creates a mesh of a box. 

 

Parameters
Description
xLen
[in] Box depth.
yLen
[in] Box width.
zLen
[in] Box height.
divX
[in] Specify how many divisions are made along the depth direction.
divY
[in] Specify how many divisions are made along the width direction.
divZ
[in] Specify how many divisions are made along the height direction.
subDLevel
[in] Level of smoothness.

Returns eOk if the operation completed successfully, or an appropriate error code otherwise.

Copyright © 2002-2022. Open Design Alliance All rights reserved.