public interface Visualization
Result.withVisualization(java.util.function.Consumer)
Modifier and Type | Method and Description |
---|---|
void |
addComponent(Component component,
double transparency)
Adds a component to this visualization.
|
void |
addComponents(Collection<? extends Component> components,
double transparency)
Adds a collection of components to this visualization.
|
void |
addComponentsWithColor(Collection<? extends Component> components,
ARGBColor color)
Adds a collection of components with color to the visualization.
|
void |
addComponentWithColor(Component component,
ARGBColor color)
Adds a component with a color to this visualization.
|
void |
addFootprints(Component component)
Adds the footprints on the elevation of the component to this visualization.
|
void |
addFootprints(double bottomElevation,
double topElevation)
Adds the footprints between the given elevations to this visualization.
|
void |
addSection(Plane sectionPlane)
Adds a section plane to this visualization.
|
void |
addSections(Collection<Plane> sectionPlanes)
Adds the given section planes to this visualization.
|
void |
addVisualizationItem(VisualizationItem visualizationItem)
Adds a visualization item to this visualization.
|
void |
addVisualizationItems(Collection<VisualizationItem> visualizationItems)
Adds a collection of
VisualizationItem to this visualization. |
void addVisualizationItem(VisualizationItem visualizationItem)
visualizationItem
- the visualization item.void addVisualizationItems(Collection<VisualizationItem> visualizationItems)
VisualizationItem
to this visualization.visualizationItems
- the visualization itemsvoid addComponent(Component component, double transparency)
component
- the componenttransparency
- the transparency from 0.0 to 1.0void addComponents(Collection<? extends Component> components, double transparency)
components
- the componentstransparency
- the transparency from 0.0 to 1.0void addComponentWithColor(Component component, ARGBColor color)
component
- the componentcolor
- the colorvoid addComponentsWithColor(Collection<? extends Component> components, ARGBColor color)
components
- the componentscolor
- the colorvoid addFootprints(double bottomElevation, double topElevation)
bottomElevation
- the bottom elevationtopElevation
- the top elevationvoid addFootprints(Component component)
component
- the componentvoid addSection(Plane sectionPlane)
sectionPlane
- the section planevoid addSections(Collection<Plane> sectionPlanes)
sectionPlanes
- the section planes.Copyright © 2019 Solibri, Inc.. All rights reserved.