Description:
Adds a collection of stylized points to the display list.
Syntax:
Parameters:
- points
- Type: IEnumerable<Point3d>
- Points to add.
- color
- Type: Color
- Color of points.
- style
- Type: PointStyle
- Display style of points.
- radius
- Type: int
- Radius of point widgets.
Returns:
Type: void
Available since:
5.0
Description:
Adds a collection of colored points to the display list.