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. |
eOk if successful or an appropriate error code in other case.
Tapers the specified faces about the specified base point and draft vector for a specified draft angle.
The base point and the draft vector define a draft plane about which the faces are tapered. If the face is in the draft plane, it will not be modified.
Tapering faces can cause the solid to become invalid in some cases.
This method is implemented only for Spatial modeler and returns the eNotImplementedYet status for other modelers.
Copyright © 2002–2021. Open Design Alliance. All rights reserved.
|