A validator function that checks whether the surface object is of type supported as face surface by BRepBuilder.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2016
Syntax
| C# |
|---|
public static bool IsPermittedSurfaceType(
Surface surface
) |
| Visual Basic |
|---|
Public Shared Function IsPermittedSurfaceType ( _
surface As Surface _
) As Boolean |
| Visual C++ |
|---|
public:
static bool IsPermittedSurfaceType(
Surface^ surface
) |
Return Value
True if surface of this type may be used as a face surface, false otherwise.
Exceptions
See Also