PointCloudFilterFactory.CreateMultiPlaneFilter(IList<Plane>, Int32) Method

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

Parameters

planes  IListPlane
 
exactPlaneCount  Int32
 

Return Value

PointCloudFilter
See Also