Click or drag to resize

PointStyle Enumeration

Defines styles used for drawing points.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum PointStyle
Members
  Member nameValueDescription
Simple0 Square
ControlPoint1 Square with white center
ActivePoint2 Like a control point but includes vertical/horizontal crosshair lines.
X3 X shape
RoundSimple4 Circular
RoundControlPoint5 Circular with white center
RoundActivePoint6 Round control point with crosshair lines
Circle4 Circle or ring shape when secondarySize is set
Square0 Square or diamond shape when rotated
Triangle7 Triangular shape
Heart8 Heart shape
Chevron9 Chevron shape (two directional arrows)
Clover10 Three unioned circles
Tag11 Tag shape
Asterisk12 * shape
Pin13 Map style pin symbol. secondarySize defines hole zie in pin
ArrowTail14 Arrow shape with tail as definition point. Shape is offset from tail by secondarySize.
ArrowTip15 Arrow shape with tip as definition point. Shape is offset from tip by secondarySize.
VariableDot50 Solid filled, single color square
SolidSquare50 Solid filled, single color square
RoundDot51 Solid filled, single color circle, same as SolidRound
SolidRound51 Solid filled, single color circle
SolidCircle51 Solid filled, single color circle
None1000 No style (unset)
See Also