v_sim.NodeValuesString¶
- 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.NodeValuesString(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
Common name to refer to a #_VisuNodeValuesString.
- classmethod new(arr, label)¶
 - Parameters:
 arr (
v_sim.NodeArray) – av_sim.NodeArrayobject.label (
str) – a translatable label.
- Returns:
 a newly created
v_sim.NodeValuesStringobject.- Return type:
 
Create a new string field located on nodes.
New in version 3.8.
- getAt(node)¶
 - Parameters:
 node (
v_sim.Node) – av_sim.Nodeobject.- Returns:
 the coordinates of float array for node.
- Return type:
 
Retrieves the float array hosted on node.
New in version 3.8.
- setAt(node, str)¶
 - Parameters:
 node (
v_sim.Node) – av_sim.Nodeobject.str (
str) – string value.
- Returns:
 Trueif string for node is indeed changed.- Return type:
 
Changes the string hosted at node for one of defined by str.
New in version 3.8.