Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSubDMesh::setWedge Method
Syntax
C++
OdResult setWedge(double xLen, double yLen, double zLen, OdInt32 divLength, OdInt32 divWidth, OdInt32 divHeight, OdInt32 divSlope, OdInt32 divCap, OdInt32 subDLevel);

Creates a mesh of a wedge. 

 

Parameters
Description
xLen
[in] Wedge depth.
yLen
[in] Wedge width.
zLen
[in] Wedge height.
divLength
[in] Specify how many divisions are made along the depth direction.
divWidth
[in] Specify how many divisions are made along the width direction.
divHeight
[in] Specify how many divisions are made along the height direction.
divSlope
[in] Specify how many divisions are made along the slope direction.
divCap
[in] Specify how many radial divisions are made for the base face.
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.