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.ArrayIntegerarrow-up-right list of integers

iota.ArrayInteger2arrow-up-right list of Integer2

iota.ArrayInteger3arrow-up-right list of Integer3

iota.ArrayInteger4arrow-up-right list of Integer4

iota.ArrayFloatarrow-up-right list of floats

iota.ArrayVector3arrow-up-right list of Vector3

iota.ArrayVector4arrow-up-right list of Vector4

iota.ArrayMatrix33arrow-up-right list of Matrix33

Functions

iota.session start session to access projects/scenarios

iota.vectorarrow-up-right auxiliar function to create variables from lists (similar to numpy nparray())

Enum

iota.IO_Typearrow-up-right types of access for a dataset

iota.MeshTypearrow-up-right types of meshes available in a dataset

iota.ResultTypearrow-up-right types of results avaialble in a dataset

iota.DatasetTypearrow-up-right types of datasets accepted in the system

Data

iota.ALL_COMPONENTSarrow-up-right result component index representing all components

iota.ALL_STEPSarrow-up-right result step index representing all steps

iota.STATIC_MESHarrow-up-right resut mesh index representing static meshes

Last updated

Was this helpful?