Skip to main content

DPF Mechanical 2026 R1

point_cloud_search class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.mesh

point_cloud_search()

point_cloud_search(search_domain: object, reference_domain: object, tolerance: object, exclusive_search: object, algorithm: object, config: OperatorConfig)

point_cloud_search(config: OperatorConfig)

Class Information

Property Value
Namespace Ans.DataProcessing.operators.mesh
Assembly Ans_Dpf_PointCloudSearch_dll_cs
Base Class Ans.DataProcessing.internal_objects.BaseOperator

Inputs

search_domain

Type: LinkableInput

reference_domain

Type: LinkableInput

tolerance

Type: LinkableInput

Type: LinkableInput

algorithm

Type: LinkableInput

Outputs

search_indices

Type: LinkableOutput

reference_indices

Type: LinkableOutput

Constructors

Constructor

point_cloud_search()

Constructor

point_cloud_search(search_domain, reference_domain, tolerance, exclusive_search, algorithm, config)

Parameters:

  • search_domain (object)
  • reference_domain (object)
  • tolerance (object)
  • exclusive_search (object)
  • algorithm (object)
  • config (OperatorConfig)

Constructor

point_cloud_search(config)

Parameters:

  • config (OperatorConfig)

Methods

Properties

inputs

Type: InputSpec

# Get or set the property
value = obj.inputs
obj.inputs = new_value

outputs

Type: OutputSpec

# Get or set the property
value = obj.outputs
obj.outputs = new_value

defaultConfig

Type: Config

# Get the property (read-only)
value = obj.defaultConfig

Connect with Ansys