point_cloud_search class
Last update: 18.06.2026Namespace: 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
exclusive_search
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