RVTDocs.com
Namespace: Autodesk.Revit.DB Class: SolidUtils

SolidUtils.IsValidForTessellation

Method
Description:
Tests if the input solid or shell is valid for tessellation.
Syntax
public static bool IsValidForTessellation(
	Solid solidOrShell
)
Parameters
Parameter Type Description
solidOrShell Solid The solid or shell.
Return Value
Type Description
Boolean True if the solid or shell is valid for tessellation, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null