public interface Points extends VisualizationItem<Points>
Modifier and Type | Method and Description |
---|---|
static Points |
create(ARGBColor color,
Collection<Vector3d> points,
float pointSize)
Creates visualization of points.
|
float |
getPointSize()
Returns point size to visualize.
|
List<Vector3d> |
getVertices()
Return points to visualize.
|
createAngle, createArea, createBoundingBox, createDimension, getColor, withColor
static Points create(ARGBColor color, Collection<Vector3d> points, float pointSize)
color
- the color of the displayed pointspoints
- the points to be visualizedpointSize
- the size the visualized points are drawnIllegalArgumentException
- if no point is givenNullPointerException
- if given collection of points is nullList<Vector3d> getVertices()
float getPointSize()
Copyright © 2019 Solibri, Inc.. All rights reserved.