Table of Contents

Method IntersectWith

Namespace
VectorDraw.Professional.vdPrimaries
Assembly
VectorDraw.Professional.dll

IntersectWith(vdFigure, VdConstInters, gPoints)

Finds the intersection points of an object with another object.

public virtual bool IntersectWith(vdFigure pEntity, VdConstInters intersectOption, gPoints intPoints)

Parameters

pEntity vdFigure

The entity with which the intersection of the object will be done.

intersectOption VdConstInters

VdConstInters constant

intPoints gPoints

A precreated gPoints collection in which the instersection points will be added

Returns

bool

True if at least one intersection point is found.