PointCloudFilterFactoryCreateMultiPlaneFilter(IListPlane, Int32) Method |
Namespace: Autodesk.Revit.DB.PointCloudsAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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