espressopp.Real3D

espressopp.__Real3D(*args)
Parameters:*args
espressopp.__Real3D.x(v, [0)
Parameters:
  • v
  • [0
Return type:

espressopp.__Real3D.y(v, [1)
Parameters:
  • v
  • [1
Return type:

espressopp.__Real3D.z(v, [2)
Parameters:
  • v
  • [2
Return type:

espressopp.toReal3DFromVector(*args)
Parameters:*args
espressopp.toReal3D(*args)
Parameters:*args
espressopp.Real3D.toReal3D(*args)

Try to convert the arguments to a Real3D, returns the argument, if it is already a Real3D.

espressopp.Real3D.toReal3DFromVector(*args)

Try to convert the arguments to a Real3D.

This function will only convert to a Real3D if x, y and z are specified.