Table of Contents

Method Select3d

Namespace
VectorDraw.Professional.vdObjects
Assembly
VectorDraw.Professional.dll

Select3d(Point, int)

Selects entities at a given point and a given box size.Returning items are sorted depend of their depth form current eye view from nearest to farest.

public vdEntities Select3d(Point pt, int picksize)

Parameters

pt Point

A point in Pixels.

picksize int

In drawing units the size of a square where the entities inside will be returned.

Returns

vdEntities

A collection of entities located at the specified point.

Select3d(Point, int, bool)

Selects entities at a given point and a given box size.Returning items are sorted depend of their depth form current eye view from nearest to farest.

public vdEntities Select3d(Point pt, int picksize, bool BreakOnMessage)

Parameters

pt Point

A point in Pixels.

picksize int

In drawing units the size of a square where the entities inside will be returned.

BreakOnMessage bool

If this is true then and a windows message exists in the windows que then the searching will stop.

Returns

vdEntities

A collection of entities located at the specified point.