<Code Lib>
2026 Enumeration
Changes 0
E

BRepType

Description:
This class defines an enumerative type used to specify the type of output geometry expected from a BRepBuilder.

public enum BRepType

Name Description
E OpenShell The output geometry is expected to represent an open shell.
E Solid The output geometry is expected to represent a (possibly disconnected) solid.
E Void The output geometry is expected to represent a (possibly disconnected) void (i.e., an inverted solid).

Loading…