arrow_type#
- vctarrow.arrow_type(p0: str) int #
Change the visual representation of the arrow shafts
- Args:
- p0:
‘type’
rectilinear
rect_fixed
curved
- Examples:
ensight.part.select_begin(2) ensight.part.modify_begin() ensight.vctarrow.arrow_type("curved") ensight.part.modify_end()
- Returns:
zero on success, non-zero on error