create#
- vctarrow.create() int #
Create a new vector arrow part using the currently defined attributes and selected parent parts.
The vector variable must be set via the vctarrow: variable command before the part can be created.- Examples:
ensight.variables.activate("VITESSE") ensight.part.select_all() ensight.vctarrow.begin() ensight.vctarrow.variable("VITESSE") ensight.vctarrow.end() ensight.vctarrow.create()
- Returns:
zero on success, non-zero on error