virtual Acad::ErrorStatus subIntersectWith(const AcDbEntity * ent,
AcDb::Intersect intType,
AcGePoint3dArray & points,
Adesk::GsMarker thisGsMarker,
Adesk::GsMarker otherGsMarker) const;
virtual Acad::ErrorStatus subIntersectWith(
const AcDbEntity* pEnt,
AcDb::Intersect intType,
const AcGePlane& projPlane,
AcGePoint3dArray& points,
Adesk::GsMarker thisGsMarker = 0,
Adesk::GsMarker otherGsMarker = 0
) const;