node_scale#
- part.node_scale(p0: float) int #
Sets the scale factor used to determine node size for the currently selected part(s).
- Args:
- p0:
‘scale’ scaling factor to be applied to the node cross or sphere representation; can be any valid floating point value
- Examples:
ensight.part.select_begin(1) ensight.part.modify_begin() ensight.part.node_scale(1.5) ensight.part.modify_end()
- Returns:
zero on success, non-zero on error