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 = 4The center Osnap cross point is added.
DEFAULT_ALL = CENTER | INSERT | PERPEDICULAR | INTERSECTION | GEOMETRICCENTERDefault value contains all the above value and all help osnap points are being added.
GEOMETRICCENTER = 16384The GEOCENTER Osnap cross point is added.
INSERT = 8The insert Osnap cross point is added.
INTERSECTION = 64The intersection Osnap cross point is added.
NONE = 0Default value is used.
PERPEDICULAR = 16The 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.