Parameters |
Description |
const OdDbEntity* ent |
[in] Entity which this entity is intersected with. |
OdDb::Intersect intType |
[in] Type of intersection. |
OdGePoint3dArray& points |
[out] Array of points in which the intersection points should be appended. |
OdGsMarker thisGsMarker |
[in] GS marker of the subentity of this entity which is involved in the intersection. |
OdGsMarker otherGsMarker |
[in] GS marker of the subentity of the entity pointed to by ent which is involved in the intersection. |
eOk if successful, or an appropriate error code otherwise.
Retrieves the intesection points between this entity and another specified entity.
Copyright © 2002–2021. Open Design Alliance. All rights reserved.
|