BRepType
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.
public enum BRepType
| 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). |