Revit 2025.3 API
Point |
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
PointCloudFilterSee Also