Show / Hide Table of Contents

Enum SnapPointFinder.SnapModes

Snap modes to specify in which points the SnapPointFinder should respect

Namespace: CADability.GeoObject
Assembly: CADability.dll
Syntax
[Flags]
public enum SnapModes

Fields

Name Description
AdjustOrtho

Snap to a point horizontally or vertically adjusted to the basepoint. A basepoint is required in this maode.

SnapToDropPoint

Snap to the perpendicular foot point from the basepoint. A basepoint is required.

SnapToFaceSurface

Snap to any point on the surface of the Face under the cursor.

SnapToGridPoint

Snap to a grid point. This has lower priority than the other snap operations.

SnapToIntersectionPoint

Snap to intersection points of curves.

SnapToObjectCenter

Snap to the center of the object under the cursor.

SnapToObjectPoint

Snap to any point on the object, may be some intermediate point on the object.

SnapToObjectSnapPoint

Snap to a specifically qualified point on the object, usually start or endpoint, centerpoint depending on the kind of object.

SnapToTangentPoint

Snap to a tangent point of the object under the cursor. A basepoint must be defined from which the tangent line starts.

SnapToZero

Snap to the absolute origin of the coordinatesystem or drawing plane.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX