TessellatedShapeBuilderOutcome Enumeration


Tessellated Shape Builder Outcome Enumeration

Describes the outcome of TessellatedShapeBuilder attempt to build geometrical objects.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum TessellatedShapeBuilderOutcome
Members
Member name Value Description
Mesh 1 A mesh was created
Mixed 2 A geometry and a mesh were created
Nothing 3 Nothing was built.
Sheet 5 An open sheet was created.
Solid 4 A solid geometry was created.
See Also