ObjectOsnapTypeFlags Enumeration
|
Defines the object osnap type.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public enum ObjectOsnapTypeFlags
Public Enumeration ObjectOsnapTypeFlags
public enum class ObjectOsnapTypeFlags
type ObjectOsnapTypeFlags
enum ObjectOsnapTypeFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
None.
|
| Endpoint | 1 |
The Endpoint Osnap snaps to the end points of lines and arcs and to polyline vertices.
|
| Midpoint | 2 |
The Midpoint Osnap snaps to the mid points of lines and arcs and to the mid point of polyline segments.
|
| Center | 4 |
The Center Osnap snaps to the centre of a circle, arc or polyline arc segment.
|
| GeometricCenter | 8 |
The Geometric center Osnap snaps to the geometric centre point of a polyline, 2d polyline and 2d spline.
|
| Node | 16 |
The Node Osnap snaps to the center of a Point object.
|
| Quadrant | 32 |
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.
|
| Intersection | 64 |
The Intersection Osnap snaps to the physical intersection of any two drawing objects.
|
| Insertion | 128 |
The Insert Osnap snaps to the insertion point of a block, text or an image.
|
| Perpendicular | 256 |
The Perpendicular Osnap snaps to a point which forms a perpendicular with the selected object.
|
| Tangent | 512 |
The Tangent Osnap snaps to a tangent point on a circle.
|
| Nearest | 1024 |
The Nearest Osnap snaps to the nearest point on a drawing object.
|
See Also