simple.autocomplete Module¶
- paraview.simple.autocomplete.ListProperties(proxyOrCreateFunction)[source]¶
Given a proxy or a proxy creation function, e.g. paraview.simple.Sphere, returns the list of properties for the proxy that would be created.
- Parameters:
proxyOrCreateFunction (Proxy or proxy creation function) – Proxy or proxy creation function whose property names are desired.
- Returns:
List of property names
- Return type:
List of str