create# BoundaryObject.create() → bool# Create a boundary. Returns: boolTrue when successful, False when failed. Examples >>> from ansys.aedt.core.modules.boundary.common import BoundaryObject >>> obj = BoundaryObject() >>> obj.create()