Uses of Enum
com.solibri.smc.api.visualization.Lines.LinePattern
-
Uses of Lines.LinePattern in com.solibri.smc.api.visualization
Modifier and TypeMethodDescriptionLines.getPatternType()
Returns the pattern type of the drawn lines.static Lines.LinePattern
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 TypeMethodDescriptionstatic 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.