NetworkObject#
- class ansys.aedt.core.modules.boundary.NetworkObject(app, name=None, props=None, create=False)[source]#
Manages networks in Icepak projects.
Methods
NetworkObject.add_boundary_node
(name, ...)Add a boundary node to the network.
NetworkObject.add_face_node
(assignment[, ...])Create a face node in the network.
NetworkObject.add_internal_node
(name, power)Add an internal node to the network.
NetworkObject.add_link
(node1, node2, value)Create links in the network object.
Create links in the network object.
Add nodes to the network from dictionary.
Create network in AEDT.
Delete the boundary.
Update the network in AEDT.
Update assignments of the network.
Attributes
Get if auto-update is enabled.
Available properties.
Get boundary nodes.
Get c-links of the network.
Get face nodes of the network.
Get ID of faces included in the network.
Get internal nodes.
Get links of the network.
Get network name.
Get nodes of the network.
Object-oriented properties.
Get objects included in the network.
Boundary data.
Get r-links of the network.
Boundary type.