display_offset#

vctarrow.display_offset(p0: float) int#

Specify a visual offset for the vectors from the surface.

A positive offset moves the vector away from the surface in the direction of the normal.
Args:
p0:

‘offset’ offset in world coordinates

Examples:
ensight.vctarrow.begin()
ensight.vctarrow.variable("VITESSE")
ensight.vctarrow.end()
ensight.vctarrow.create()
ensight.part.select_begin(2)
ensight.part.modify_begin()
ensight.vctarrow.display_offset(1.0000e-01)
ensight.part.modify_end()
Returns:

zero on success, non-zero on error