Uses of Interface
com.solibri.smc.api.layout.Split
-
Packages that use Split Package Description com.solibri.smc.api.layout -
-
Uses of Split in com.solibri.smc.api.layout
Methods in com.solibri.smc.api.layout that return types with arguments of type Split Modifier and Type Method Description List<Split>
Layout. getSplits()
Returns the top-level splits of this layout.List<Split>
Split. getSubSplits()
Returns the subsplits inside this split.Method parameters in com.solibri.smc.api.layout with type arguments of type Split Modifier and Type Method Description void
LayoutUpdater. update(Layout layout, List<Split> newSplits)
Updates the given layout in place by replacing its contents with the new splits.
-