EntityIntersectWith(Entity, Intersect, Plane,
Point3dCollection, IntPtr, IntPtr)
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void IntersectWith(
Entity entityPointer,
Intersect intersectType,
Plane projectionPlane,
Point3dCollection points,
IntPtr thisGraphicSystemMarker,
IntPtr otherGraphicSystemMarker
)
Public Overridable Sub IntersectWith (
entityPointer As Entity,
intersectType As Intersect,
projectionPlane As Plane,
points As Point3dCollection,
thisGraphicSystemMarker As IntPtr,
otherGraphicSystemMarker As IntPtr
)
public:
virtual void IntersectWith(
Entity^ entityPointer,
Intersect intersectType,
Plane^ projectionPlane,
Point3dCollection^ points,
IntPtr thisGraphicSystemMarker,
IntPtr otherGraphicSystemMarker
)
abstract IntersectWith :
entityPointer : Entity *
intersectType : Intersect *
projectionPlane : Plane *
points : Point3dCollection *
thisGraphicSystemMarker : IntPtr *
otherGraphicSystemMarker : IntPtr -> unit
override IntersectWith :
entityPointer : Entity *
intersectType : Intersect *
projectionPlane : Plane *
points : Point3dCollection *
thisGraphicSystemMarker : IntPtr *
otherGraphicSystemMarker : IntPtr -> unit
Parameters
- entityPointer Entity
-
- intersectType Intersect
-
- projectionPlane Plane
-
- points Point3dCollection
-
- thisGraphicSystemMarker IntPtr
-
- otherGraphicSystemMarker IntPtr
-
See Also