Parameters |
Description |
const OdArray<OdDbSubentId *> & faceSubentIds |
[in] Array of faces' subentity IDs. Faces with specified IDs will be tapered. |
const OdGePoint3d & basePoint |
[in] Reference to the base point of the draft plane. |
const OdGeVector3d & draftVector |
[in] Reference to the draft direction vector. |
double draftAngle |
[in] Draft angle in radians. |
Returns eOk if successful or an appropriate error code in the other case.
Tapers specified faces about a specified base point and draft vector for a specified draft angle.
The base point and draft vector define a draft plane about which faces are tapered. If a face is lying in the draft plane, it will not be modified.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|