DisplayPipelineDrawPoints Method (IEnumerablePoint3d, PointStyle, Single, Color) |
Draw a set of points with a given radius, style and color.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public void DrawPoints(
IEnumerable<Point3d> points,
PointStyle style,
float radius,
Color color
)
Public Sub DrawPoints (
points As IEnumerable(Of Point3d),
style As PointStyle,
radius As Single,
color As Color
)
Parameters
- points
- Type: System.Collections.GenericIEnumerablePoint3d
Location of points in world coordinates. - style
- Type: Rhino.DisplayPointStyle
Point display style. - radius
- Type: SystemSingle
Point size in pixels. - color
- Type: System.DrawingColor
Color of points. If style is ControlPoint, this will be the border color.
See Also