Package | Description |
---|---|
com.solibri.smc.api.visualization |
Modifier and Type | Method and Description |
---|---|
static Lines |
Lines.create(ARGBColor color,
Collection<Segment3d> segments,
Lines.LinePattern linePattern,
float lineThickness)
Creates visualization of a set of segments.
|
static Lines |
Lines.create(ARGBColor color,
List<Vector3d> sequenceOfPoints,
Lines.LinePattern linePattern,
float lineThickness)
Creates visualization of segments connecting the given sequence of points.
|
Copyright © 2019 Solibri, Inc.. All rights reserved.