scale_factor_v#
- devsrf.scale_factor_v(p0: float) int #
Specifies the scale factor applied to the abscissa/ordinate component of the projection type of the developed part.
Default scale factor for both u and v is 1.- Args:
- p0:
‘factor’ scale factor applied to the abscissa/ordinate of the developed surface projection
- Examples:
ensight.part.select_begin(1) ensight.part.modify_begin() ensight.devsrf.scale_factor_u(5.0000e-01) ensight.devsrf.scale_factor_v(2.0000e+00) ensight.part.modify_end()
- Returns:
zero on success, non-zero on error