|
发表于 2009-9-30 16:46:00
|
显示全部楼层
virtual Acad::ErrorStatus
intersectWith(
const AcDbEntity* pEnt,
AcDb::Intersect intType,
AcGePoint3dArray& points,
int thisGsMarker = 0,
int otherGsMarker = 0) const;
pEntInput entity with which "this" entity is to intersectintTypeInput type of intersection requestedpointsOutput with the points of intersection appendedthisGsMarkerInput GS marker of subentity of "this" entity that's involved in the intersection operation. Use the 0 default if not applicable.otherGsMarkerInput GS marker of subentity of the entity pointed to by pEnt that's involved in the intersection operation. Use the 0 default if not applicable. |
|