Namespace:
Autodesk.Revit.DB
BRepType
Enumeration
Description:
This class defines an enumerative type used to specify the type of output geometry expected from a BRepBuilder.
This class defines an enumerative type used to specify the type of output geometry expected from a BRepBuilder.
Syntax
public enum BRepType
Unknown Namespace Members:
| Name | Description |
|---|---|
| OpenShell | The output geometry is expected to represent an open shell. |
| Solid | The output geometry is expected to represent a (possibly disconnected) solid. |
| Void | The output geometry is expected to represent a (possibly disconnected) void (i.e., an inverted solid). |