Click or drag to resize

ObjectOsnapTypeFlags Enumeration

Defines the object osnap type.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public enum ObjectOsnapTypeFlags
Members
  Member nameValueDescription
None0 None.
Endpoint1 The Endpoint Osnap snaps to the end points of lines and arcs and to polyline vertices.
Midpoint2 The Midpoint Osnap snaps to the mid points of lines and arcs and to the mid point of polyline segments.
Center4 The Center Osnap snaps to the centre of a circle, arc or polyline arc segment.
GeometricCenter8 The Geometric center Osnap snaps to the geometric centre point of a polyline, 2d polyline and 2d spline.
Node16 The Node Osnap snaps to the center of a Point object.
Quadrant32 The Quadrant Osnap snaps to one of the four circle quadrant points located at north, south, east and west or 90, 270, 0 and 180 degrees respectively.
Intersection64 The Intersection Osnap snaps to the physical intersection of any two drawing objects.
Insertion128 The Insert Osnap snaps to the insertion point of a block, text or an image.
Perpendicular256 The Perpendicular Osnap snaps to a point which forms a perpendicular with the selected object.
Tangent512 The Tangent Osnap snaps to a tangent point on a circle.
Nearest1024 The Nearest Osnap snaps to the nearest point on a drawing object.
See Also