vtk_get_method_doc
Retrieve the documentation string for a specific method of a VTK class. Validate method existence and return its docstring.
Instructions
Get just the docstring for a specific method of a VTK class
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | VTK class name | |
| method_name | Yes | Method name |