EmitSceneNode#

class ansys.aedt.core.emit_core.nodes.generated.emit_scene_node.EmitSceneNode(emit_obj, result_id, node_id)#

Provide EMIT scene node.

Methods

EmitSceneNode.add_antenna()

Add a new antenna.

EmitSceneNode.add_emitter()

Add a new emitter.

EmitSceneNode.add_group()

Add a new scene group.

EmitSceneNode.get_is_component()

Check if node is also a component.

EmitSceneNode.get_properties([...])

Get all of a node's properties in a single API call.

EmitSceneNode.import_cad(file_name[, ...])

Add an existing CAD file

EmitSceneNode.props_to_dict(props)

Converts a list of key/value pairs to a dictionary.

EmitSceneNode.set_properties(properties[, ...])

Set multiple node properties simultaneously.

Attributes

EmitSceneNode.allowed_child_types

Child types allowed for this node.

EmitSceneNode.children

Child nodes of this node.

EmitSceneNode.gp_position_along_normal

GP Position Along Normal.

EmitSceneNode.ground_plane_normal

Specifies the axis of the normal to the ground plane.

EmitSceneNode.name

Name of the node.

EmitSceneNode.node_type

The type of this emit node.

EmitSceneNode.notes

Expand to view/edit notes stored with the project.

EmitSceneNode.odesktop

Desktop instance used for version checking.

EmitSceneNode.parent_name

Full node name of the parent node including the entire tree structure

EmitSceneNode.properties

Node properties.

EmitSceneNode.valid

Indicates if this object is still valid (not detached from EMIT node).

EmitSceneNode.warnings

Warnings for the node, if any.