PointCloudFilterFactory.CreateMultiPlaneFilter(IList<Plane>) Method

PointCloudFilterFactoryCreateMultiPlaneFilter(IListPlane) 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
)
Public Shared Function CreateMultiPlaneFilter ( 
	planes As IList(Of Plane)
) As PointCloudFilter
public:
static PointCloudFilter^ CreateMultiPlaneFilter(
	IList<Plane^>^ planes
)
static member CreateMultiPlaneFilter : 
        planes : IList<Plane> -> PointCloudFilter 

Parameters

planes  IListPlane
 

Return Value

PointCloudFilter
See Also