create#

NetworkObject.create() bool#

Create network in AEDT.

Returns:
bool:

True if successful.

Examples

>>> from ansys.aedt.core.modules.boundary.icepak_boundary import NetworkObject
>>> obj = NetworkObject()
>>> obj.create()