SolidGeometry Enumeration

An enumerated type listing possible ways of exporting solids in 3D views.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum SolidGeometry
Members
Member nameValueDescription
ACIS1 All visible Revit Building geometry is exported as ACIS 3D solids (except for any elements that are already a polymesh.)
Polymesh0 All visible solids are exported as polymesh.
See Also