massed_ballistic_coef#
- ptrace.massed_ballistic_coef(p0: float) int #
If the massed_use_ballistic toggle is ON then this is the ballistic coefficient to use
- Args:
- p0:
‘coef’ ballistic coefficient
- Examples:
ensight.part.select_begin(2) ensight.part.modify_begin() ensight.ptrace.massed_buoyancy("OFF") ensight.ptrace.massed_use_ballistic("ON") ensight.ptrace.massed_ballistic_coef(0.01) ensight.part.modify_end()
- Returns:
zero on success, non-zero on error