Uses of Interface
com.solibri.smc.api.info.Information
Packages that use Information
-
Uses of Information in com.solibri.smc.api.info
Subinterfaces of Information in com.solibri.smc.api.infoModifier and TypeInterfaceDescriptioninterface
Implement this interface to have your own custom parametric information calculated for a component. -
Uses of Information in com.solibri.smc.api.model
Method parameters in com.solibri.smc.api.model with type arguments of type InformationModifier and TypeMethodDescription<T> Optional<T>
Component.getInformation
(Class<? extends Information<T>> information) Returns the custom information value for this component for the given custom information.