Namespace:
Autodesk.Revit.DB
TessellatedShapeBuilderFallback
Enumeration
Description:
Describes what function should do, if it cannot build a requested .
Describes what function should do, if it cannot build a requested .
TessellatedShapeBuilderFallback Enumeration Members:
Name | Description |
---|---|
0 | Do nothing. |
1 | Ignore invalid data, and use all valid data. Note that if a complete set of data describes a solid and some data are ignored, then the result will be a sheet and not a solid. |
2 | If a requested geometrical object cannot be built using all data from the face set(s), create a mesh while using as much data from the face set(s) as possible. |