Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum TessellatedShapeBuilderFallback
Members
| Member name | Value | Description |
|---|
| Abort | 0 |
Do nothing.
|
| Mesh | 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.
|
| Salvage | 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.
|
See Also
Reference