

AssignLookupTable ( arrayInfo, lutName, rangeOveride = ) ¶Īssign a lookup table to an array by lookup table name.ĪrrayInfo is the information object for the array. This is a utility function that, given a reader and a viewĪnimates over all time steps of the reader. AnimateReader ( reader = None, view = None ) ¶ AddViewLink ( viewProxy, viewProxyOther, linkName = '' ) ¶Ĭreate a view link between two view proxies.Ī view link is an extension of a proxy link, that also do If a link with the given name already exists it will be removed first. AddSelectionLink ( objProxy, objProxyOther, linkName, convertToIndices = True ) ¶Ĭreate a selection link between two filters proxies.Ī name must be given so that the link can be referred to by name. It also creates links for the AxesGrid proxy property. AddRenderViewLink ( viewProxy, viewProxyOther, linkName = '', linkCameras = False ) ¶Ĭreate a view link between two render view proxies.

If linkName is empty, a default one is created for registration. See vtkSMProxyLink.LinkProxyPropertyProxies AddProxyLink ( proxy1, proxy2, linkName = '', link = None ) ¶Ĭreate a link between two proxies and return its name.Īn instance of a vtkSMProxyLink subclass can be given, otherwise Makes a new vtkLight and adds it to the designated or active view. Name already exists it will be removed first. So that the link can be referred to by name. AddCameraLink ( viewProxy, viewProxyOther, linkName = '' ) ¶Ĭreate a camera link between two view proxies. Show ( shrink ) # Render the scene Render () paraview.simple. sphere = Sphere ( ThetaResolution = 16, PhiResolution = 32 ) # Apply a shrink filter shrink = Shrink ( sphere ) # Turn the visibility of the shrink object on. From paraview.simple import * # Create a new sphere proxy on the active connection and register it # in the sources group.
