Package | Description |
---|---|
com.solibri.smc.api.visualization |
Modifier and Type | Method and Description |
---|---|
Lines.LinePattern |
Lines.getPatternType()
Returns the pattern type of the drawn lines.
|
static Lines.LinePattern |
Lines.LinePattern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lines.LinePattern[] |
Lines.LinePattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.