v_sim.NodeValuesId¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
Class Details¶
- class v_sim.NodeValuesId(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Common name to refer to a #_VisuNodeValuesId.
- classmethod new(array)¶
- Parameters:
array (
v_sim.NodeArray) – av_sim.Dataobject.- Returns:
a newly created
v_sim.NodeValuesIdobject.- Return type:
Create a
v_sim.NodeValuesobject to handle idinates of nodes.New in version 3.8.
- getAt(node)¶
- Parameters:
node (
v_sim.Node) – av_sim.Nodeobject.- Returns:
the
v_sim.Elementfor node.- Return type:
Retrieves the id hosted on node.
New in version 3.8.