Uses of Interface
com.solibri.smc.api.footprints.Footprint
-
Packages that use Footprint Package Description com.solibri.smc.api.model com.solibri.smc.api.model.components -
-
Uses of Footprint in com.solibri.smc.api.model
Methods in com.solibri.smc.api.model that return Footprint Modifier and Type Method Description Footprint
Component. getFootprint()
Returns the footprint for this component. -
Uses of Footprint in com.solibri.smc.api.model.components
Methods in com.solibri.smc.api.model.components that return Footprint Modifier and Type Method Description Footprint
Door. getFootprint()
Calculates the footprint for this door based on the assumption that the expected footprint the caller wants is calculated based on positioning of the door inside a wall and an opening.Footprint
Window. getFootprint()
Calculates the footprint for this window based on the assumption that the expected footprint the caller wants is calculated based on positioning of the window inside a wall and an opening.Footprint
Door. getFootPrintForOpenedDoor()
Calculates the footprint this door covers as open and as closed.Footprint
Door. getGeometricalFootprint()
Calculates the footprint for the door based on the actual geometry of the door.Footprint
Window. getGeometricalFootprint()
Calculates the footprint for the window based on the actual geometry of the window.
-