Package | Description |
---|---|
com.solibri.smc.api.layout |
Modifier and Type | Method and Description |
---|---|
List<Layout> |
Layouts.getLayouts()
Returns a list of the layouts ordered in the order they appear in the software UI.
|
Modifier and Type | Method and Description |
---|---|
void |
Layouts.addLayout(Layout layout)
Adds a new layout to the UI.
|
void |
LayoutUpdater.update(Layout layout,
List<Split> newSplits)
Updates the given layout in place by replacing its contents with the new splits.
|
Copyright © 2020 Solibri, Inc.. All rights reserved.