GeometryOverruleIntersectWith(Entity, Entity, Intersect, Plane, Point3dCollection, IntPtr, IntPtr) Method

Overrules OdDbEntity::intersectWith() method and calls it in the default implementation.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public virtual void IntersectWith(
        Entity entity,
        Entity ent,
        Intersect intType,
        Plane projPlane,
        Point3dCollection points,
        IntPtr thisGsMarker,
        IntPtr otherGsMarker
)

Parameters

entity  Entity
[in] Entity.
ent  Entity
[in] Entity with which the first entity intersects.
intType  Intersect
[in] Type of intersection.
projPlane  Plane
[in] A projection plane for the intersection of the two entities.
points  Point3dCollection
[out] Receives an array of intersection points.
thisGsMarker  IntPtr
[in] GS marker of the subentity of this entity which is involved in the intersection.
otherGsMarker  IntPtr
[in] GS marker of the subentity of the entity pointed to by ent parameter which is involved in the intersection.
See Also

©  Bricsys NV. All rights reserved.