Defines styles used for drawing points.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax Public Enumeration PointStyle
Members
| Member name | Value | Description |
---|
| Simple | 0 | Square |
| ControlPoint | 1 | Square with white center |
| ActivePoint | 2 |
Like a control point but includes vertical/horizontal crosshair lines.
|
| X | 3 | X shape |
| RoundSimple | 4 | Circular |
| RoundControlPoint | 5 | Circular with white center |
| RoundActivePoint | 6 | Round control point with crosshair lines |
| Circle | 4 | Circle or ring shape when secondarySize is set |
| Square | 0 | Square or diamond shape when rotated |
| Triangle | 7 | Triangular shape |
| Heart | 8 | Heart shape |
| Chevron | 9 | Chevron shape (two directional arrows) |
| Clover | 10 | Three unioned circles |
| Tag | 11 | Tag shape |
| Asterisk | 12 | * shape |
| Pin | 13 | Map style pin symbol. secondarySize defines hole zie in pin |
| ArrowTail | 14 |
Arrow shape with tail as definition point. Shape is offset from tail by secondarySize.
|
| ArrowTip | 15 |
Arrow shape with tip as definition point. Shape is offset from tip by secondarySize.
|
| VariableDot | 50 |
Solid filled, single color square
|
| SolidSquare | 50 |
Solid filled, single color square
|
| RoundDot | 51 |
Solid filled, single color circle, same as SolidRound
|
| SolidRound | 51 |
Solid filled, single color circle
|
| SolidCircle | 51 |
Solid filled, single color circle
|
| None | 1000 |
No style (unset)
|
See Also