Table of Contents

Enum OsnapPoints.OsnapCrossPointsAddenum

Namespace
VectorDraw.Geometry
Assembly
VectorDraw.Geometry.dll

Represents an enum value that represents if the extra cross help OsnapPoints will be added.

public enum OsnapPoints.OsnapCrossPointsAddenum

Fields

CENTER = 4

The center Osnap cross point is added.

DEFAULT_ALL = CENTER | INSERT | PERPEDICULAR | INTERSECTION | GEOMETRICCENTER

Default value contains all the above value and all help osnap points are being added.

GEOMETRICCENTER = 16384

The GEOCENTER Osnap cross point is added.

INSERT = 8

The insert Osnap cross point is added.

INTERSECTION = 64

The intersection Osnap cross point is added.

NONE = 0

Default value is used.

PERPEDICULAR = 16

The perpedicular Osnap cross point is added.

Remarks

For example if the center value is present , then when the Center Osnap is light on and the cursor passes from a vdCircle object then a small circle will appear to the center of the circle. This small cross will help the user to select the center of the circle when he moves the cursor close to that point. In the other case the only way to get the center Osnap point will be to have the cursor over the vdCircle object.