This code snippet:
import vtk
f = vtk.vtkProbeFilter()
attrib_list = dir(f)
for attr in attrib_list:
print(f"Attribute: {attr}\n")
produces the output below, which does not include any method related to snapping:
Attribute: AbortExecuteOff
Attribute: AbortExecuteOn
Attribute: AddInputConnection
Attribute: AddInputData
Attribute: AddInputDataObject
Attribute: AddObserver
Attribute: BreakOnError
Attribute: CAN_HANDLE_PIECE_REQUEST
Attribute: CAN_PRODUCE_SUB_EXTENT
Attribute: CategoricalDataOff
Attribute: CategoricalDataOn
Attribute: ComputeToleranceOff
Attribute: ComputeToleranceOn
Attribute: ConvertTotalInputToPortConnection
Attribute: DEFAULT_PRECISION
Attribute: DOUBLE_PRECISION
Attribute: DebugOff
Attribute: DebugOn
Attribute: DesiredOutputPrecision
Attribute: FastDelete
Attribute: GetAbortExecute
Attribute: GetAddressAsString
Attribute: GetCategoricalData
Attribute: GetCellLocatorPrototype
Attribute: GetClassName
Attribute: GetCommand
Attribute: GetComputeTolerance
Attribute: GetDebug
Attribute: GetErrorCode
Attribute: GetExecutive
Attribute: GetFindCellStrategy
Attribute: GetGlobalWarningDisplay
Attribute: GetImageDataOutput
Attribute: GetInformation
Attribute: GetInput
Attribute: GetInputAlgorithm
Attribute: GetInputArrayInformation
Attribute: GetInputConnection
Attribute: GetInputDataObject
Attribute: GetInputExecutive
Attribute: GetInputInformation
Attribute: GetInputPortInformation
Attribute: GetIsInMemkind
Attribute: GetMTime
Attribute: GetNumberOfGenerationsFromBase
Attribute: GetNumberOfGenerationsFromBaseType
Attribute: GetNumberOfInputConnections
Attribute: GetNumberOfInputPorts
Attribute: GetNumberOfOutputPorts
Attribute: GetObjectDescription
Attribute: GetObjectName
Attribute: GetOutput
Attribute: GetOutputDataObject
Attribute: GetOutputInformation
Attribute: GetOutputPort
Attribute: GetOutputPortInformation
Attribute: GetPassCellArrays
Attribute: GetPassFieldArrays
Attribute: GetPassPointArrays
Attribute: GetPolyDataOutput
Attribute: GetProgress
Attribute: GetProgressObserver
Attribute: GetProgressScale
Attribute: GetProgressShift
Attribute: GetProgressText
Attribute: GetRectilinearGridOutput
Attribute: GetReferenceCount
Attribute: GetReleaseDataFlag
Attribute: GetSource
Attribute: GetSpatialMatch
Attribute: GetStructuredGridOutput
Attribute: GetStructuredPointsOutput
Attribute: GetTolerance
Attribute: GetTotalNumberOfInputConnections
Attribute: GetUnstructuredGridOutput
Attribute: GetUpdateExtent
Attribute: GetUpdateGhostLevel
Attribute: GetUpdateNumberOfPieces
Attribute: GetUpdatePiece
Attribute: GetUsingMemkind
Attribute: GetValidPointMaskArrayName
Attribute: GetValidPoints
Attribute: GlobalWarningDisplayOff
Attribute: GlobalWarningDisplayOn
Attribute: HasExecutive
Attribute: HasObserver
Attribute: INPUT_ARRAYS_TO_PROCESS
Attribute: INPUT_CONNECTION
Attribute: INPUT_IS_OPTIONAL
Attribute: INPUT_IS_REPEATABLE
Attribute: INPUT_PORT
Attribute: INPUT_REQUIRED_DATA_TYPE
Attribute: INPUT_REQUIRED_FIELDS
Attribute: InitializeObjectBase
Attribute: InvokeEvent
Attribute: IsA
Attribute: IsTypeOf
Attribute: Modified
Attribute: ModifyRequest
Attribute: NewInstance
Attribute: PassCellArraysOff
Attribute: PassCellArraysOn
Attribute: PassFieldArraysOff
Attribute: PassFieldArraysOn
Attribute: PassPointArraysOff
Attribute: PassPointArraysOn
Attribute: ProcessRequest
Attribute: PropagateUpdateExtent
Attribute: Register
Attribute: ReleaseDataFlagOff
Attribute: ReleaseDataFlagOn
Attribute: RemoveAllInputConnections
Attribute: RemoveAllInputs
Attribute: RemoveAllObservers
Attribute: RemoveInputConnection
Attribute: RemoveObserver
Attribute: RemoveObservers
Attribute: SINGLE_PRECISION
Attribute: SafeDownCast
Attribute: SetAbortExecute
Attribute: SetCategoricalData
Attribute: SetCellLocatorPrototype
Attribute: SetComputeTolerance
Attribute: SetDebug
Attribute: SetDefaultExecutivePrototype
Attribute: SetExecutive
Attribute: SetFindCellStrategy
Attribute: SetGlobalWarningDisplay
Attribute: SetInformation
Attribute: SetInputArrayToProcess
Attribute: SetInputConnection
Attribute: SetInputData
Attribute: SetInputDataObject
Attribute: SetMemkindDirectory
Attribute: SetObjectName
Attribute: SetPassCellArrays
Attribute: SetPassFieldArrays
Attribute: SetPassPointArrays
Attribute: SetProgressObserver
Attribute: SetProgressShiftScale
Attribute: SetProgressText
Attribute: SetReferenceCount
Attribute: SetReleaseDataFlag
Attribute: SetSourceConnection
Attribute: SetSourceData
Attribute: SetSpatialMatch
Attribute: SetTolerance
Attribute: SetValidPointMaskArrayName
Attribute: SpatialMatchOff
Attribute: SpatialMatchOn
Attribute: UnRegister
Attribute: Update
Attribute: UpdateDataObject
Attribute: UpdateExtent
Attribute: UpdateExtentIsEmpty
Attribute: UpdateInformation
Attribute: UpdatePiece
Attribute: UpdateProgress
Attribute: UpdateTimeStep
Attribute: UpdateWholeExtent
Attribute: UsesGarbageCollector
Attribute: class
Attribute: delattr
Attribute: dict
Attribute: dir
Attribute: doc
Attribute: eq
Attribute: format
Attribute: ge
Attribute: getattribute
Attribute: gt
Attribute: hash
Attribute: init
Attribute: init_subclass
Attribute: le
Attribute: lt
Attribute: ne
Attribute: new
Attribute: reduce
Attribute: reduce_ex
Attribute: repr
Attribute: setattr
Attribute: sizeof
Attribute: str
Attribute: subclasshook
Attribute: this
Attribute: vtkname
Attribute: override