Click or drag to resize

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
Members
  Member nameValueDescription
None0 None
NearPoint1 adjacent point
EndPoint2 endpoint
MiddlePoint4 middle point
IntersectionPoint8 intersection
CenterPoint16 Center point
QuadrantPoint32 quarter circle
Point64 Point
DivisionPoint128 dividing point
PerpendicularPoint256 ruled point
TangentPoint512 Contact
HorizontalVerticalLine1024 Horizontal vertical line
ExtendedLine2048 figure extension line
PerpendicularLine4096 figure vertical
All8191 all
See Also