Uses of Interface
com.solibri.smc.api.communication.Viewpoint
Packages that use Viewpoint
-
Uses of Viewpoint in com.solibri.smc.api.communication
Methods in com.solibri.smc.api.communication that return ViewpointModifier and TypeMethodDescriptionstatic ViewpointViewpoint.create()Creates an empty viewpoint.static ViewpointCreates an empty viewpoint with the specified UUID.Methods in com.solibri.smc.api.communication that return types with arguments of type ViewpointMethods in com.solibri.smc.api.communication with parameters of type ViewpointModifier and TypeMethodDescriptionbooleanSlide.addViewpoint(Viewpoint viewpoint)Adds the given viewpoint to this Slide.booleanSlide.removeViewpoint(Viewpoint viewpoint)Removes the given viewpoint from this slide. -
Uses of Viewpoint in com.solibri.smc.api.internal.listeners
Methods in com.solibri.smc.api.internal.listeners with parameters of type ViewpointModifier and TypeMethodDescriptionvoidSlideModifiedListener.commentAdded(Slide slide, Viewpoint viewpoint, Comment comment)Called when comment is added to the given slide.voidSlideModifiedListener.commentModified(Slide slide, Viewpoint viewpoint, Comment comment)This method is called, when comment of a slide is modified.voidSlideModifiedListener.commentRemoved(Slide slide, Viewpoint viewpoint, String commentId)This method is called, when comment of a viewpoint is removed.voidSlideModifiedListener.viewpointAdded(Slide slide, Viewpoint viewpoint)Called when viewpoint is added to the given slide.voidSlideModifiedListener.viewpointUpdated(Slide slide, Viewpoint viewpoint)Called when the given viewpoint is updated.