Description:
Syntax:
public void DrawPoints(
DisplayPointSet points,
DisplayPointAttributes fallbackAttributes,
DisplayPointAttributes overrideAttributes
)
DisplayPointSet points,
DisplayPointAttributes fallbackAttributes,
DisplayPointAttributes overrideAttributes
)
Description:
Syntax:
Description:
Draw a set of points with a given radius, style and color.
Syntax:
Parameters:
- points
- Type: System.Collections.Generic.IEnumerable<Point3d>
- Location of points in world coordinates.
- style
- Type: PointStyle
- Point display style.
- radius
- Type: float
- Point size in pixels.
- color
- Type: System.Drawing.Color
- Color of points. If style is ControlPoint, this will be the border color.
Returns:
Type: void
Available since:
6.0
Description:
Draw a set of points with a given radius, style and color.
Syntax:
Parameters:
- points
- Type: System.Collections.Generic.IEnumerable<Point3d>
- Location of points in world coordinates.
- style
- Type: PointStyle
- Point display style.
- radius
- Type: int
- Point size in pixels.
- color
- Type: System.Drawing.Color
- Color of points. If style is ControlPoint, this will be the border color.
Returns:
Type: void
Available since:
5.0