This .NET method wraps the ObjectARX method:
Public virtual Function IntersectWith( entity As Entity, ent As Entity, intType As Autodesk.AutoCAD.DatabaseServices.Intersect, points As Point3dCollection, thisGsMarker As IntPtr, otherGsMarker As IntPtr ) As void
public virtual void IntersectWith( Entity entity, Entity ent, Autodesk.AutoCAD.DatabaseServices.Intersect intType, Point3dCollection points, IntPtr thisGsMarker, IntPtr otherGsMarker );
Comments? |