GeometryOverruleIntersectWith(Entity, Entity,
Intersect, 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,
Point3dCollection points,
IntPtr thisGsMarker,
IntPtr otherGsMarker
)
Public Overridable Sub IntersectWith (
entity As Entity,
ent As Entity,
intType As Intersect,
points As Point3dCollection,
thisGsMarker As IntPtr,
otherGsMarker As IntPtr
)
public:
virtual void IntersectWith(
Entity^ entity,
Entity^ ent,
Intersect intType,
Point3dCollection^ points,
IntPtr thisGsMarker,
IntPtr otherGsMarker
)
abstract IntersectWith :
entity : Entity *
ent : Entity *
intType : Intersect *
points : Point3dCollection *
thisGsMarker : IntPtr *
otherGsMarker : IntPtr -> unit
override IntersectWith :
entity : Entity *
ent : Entity *
intType : Intersect *
points : Point3dCollection *
thisGsMarker : IntPtr *
otherGsMarker : IntPtr -> unit
Parameters
- entity Entity
- [in] Entity.
- ent Entity
- [in] Entity with which the first entity intersects.
- intType Intersect
- [in] Type of intersection.
- 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