v_sim.PathsIter¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
item |
r/w |
private |
|
parent |
r/w |
a pointer to the |
|
path |
[ |
r/w |
private |
Methods¶
|
|
|
Details¶
- class v_sim.PathsIter¶
An iterator to run on the various segments stored in the path.
New in version 3.9.
- addSegment(data)¶
- Parameters:
data ([
float]) – a buffer.
Add vertices in the
v_sim.GlExtPackingModels.RGBA_XYZlayout to data, corresponding to current segment of self.New in version 3.9.