CreateMultiPlaneFilter Method (IList(Plane))


Point Cloud Filter Factory Create Multi Plane Filter(IList Plane ) Method


Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static PointCloudFilter CreateMultiPlaneFilter(
	IList<Plane> planes
)

Parameters

planes IList Plane

Return Value

PointCloudFilter
See Also