Intersects the given entity with this ModelerGeometry object and imprints their intersection graph onto the ModelerGeometry object.
Parameters
Parameters
Description
pEntity
[in] Pointer to the entity to be imprinted.
Returns
eOk if imprinting entity onto the ModelerGeometry object is successful or an appropriate error code if not.
Remarks
The given entity must be one of the following:
Curve
OdDb3dSolid
Body
Region
Trace
OdDbSolid
Face
If the ModelerGeometry object is NULL, or if the given entity is not one of the entities listed above, eInvalidInput is returned. If as a result of intersection a closed loop of new edges is created, a new face will be made. If an open loop of edges is made, it can be added to an existing loop as a spur. Or it can be added as a slit in the face.