Parameters |
Description |
const OdDbSubentId& subentFaceId |
[in] Id of the face that will be cut. |
const OdDbSubentId& subent0 |
[in] First edge. |
const OdGePoint3d& point0 |
[in] Point on the first edge. |
const OdDbSubentId& subent1 |
[in] Second edge. |
const OdGePoint3d& point1 |
[in] Point on the second edge. |
eOk if the operation completed successfully, or an appropriate error code otherwise.
Cuts a face in two using two points on different edges of the original face.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|