Returns a copy of the filter. The engine is permitted to copy the filter multiple times e.g. to parallelize filtering.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public PointCloudFilter Clone()
Return Value
PointCloudFilterA copy of the original filter.
