Iota Python Reference Library
This section provides a description of all the packages, classes, functions and other methods. It also shows examples for the different methods and provides links to more detailed information.
Version: 1.0.0
Packages
iota.graph
advanced graph generation package
iota.mesh
mesh generation package
iota.render
advanced offscreen scene renderer
Classes
Data access:
iota.Dataset
read/create simulation dataset
Variable types:
iota.Integer2
array of 2 integers
iota.Integer3
array of 3 integers
iota.Integer4
array of 4 integers
iota.Vector2
array of 2 floats
iota.Vector3
array of 3 floats
iota.Vector4
array of 4 floats
iota.Matrix33
matrix of 3x3 floats
iota.Vector3d
array of 3 doubles
Variable lists/vectors:
iota.ArrayInteger
list of integers
iota.ArrayInteger2
list of Integer2
iota.ArrayInteger3
list of Integer3
iota.ArrayInteger4
list of Integer4
iota.ArrayFloat
list of floats
iota.ArrayVector3
list of Vector3
iota.ArrayVector4
list of Vector4
iota.ArrayMatrix33
list of Matrix33
Functions
iota.session
start session to access projects/scenarios
iota.vector
auxiliar function to create variables from lists (similar to numpy nparray())
Enum
iota.IO_Type
types of access for a dataset
iota.MeshType
types of meshes available in a dataset
iota.ResultType
types of results avaialble in a dataset
iota.DatasetType
types of datasets accepted in the system
Data
iota.ALL_COMPONENTS
result component index representing all components
iota.ALL_STEPS
result step index representing all steps
iota.STATIC_MESH
resut mesh index representing static meshes
Last updated
Was this helpful?