ShapeSnapTypes Enumeration |
figure snap type
This enumeration can be specified by combining multiple values.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax [FlagsAttribute]
public enum ShapeSnapTypes
<FlagsAttribute>
Public Enumeration ShapeSnapTypes
Members
| Member name | Value | Description |
---|
| None | 0 |
None
|
| NearPoint | 1 |
adjacent point
|
| EndPoint | 2 |
endpoint
|
| MiddlePoint | 4 |
middle point
|
| IntersectionPoint | 8 |
intersection
|
| CenterPoint | 16 |
Center point
|
| QuadrantPoint | 32 |
quarter circle
|
| Point | 64 |
Point
|
| DivisionPoint | 128 |
dividing point
|
| PerpendicularPoint | 256 |
ruled point
|
| TangentPoint | 512 |
Contact
|
| HorizontalVerticalLine | 1024 |
Horizontal vertical line
|
| ExtendedLine | 2048 |
figure extension line
|
| PerpendicularLine | 4096 |
figure vertical
|
| All | 8191 |
all
|
See Also