sidewall#
- elevsurf.sidewall(p0: str) int #
Specifies whether the elevated sidewalls will be created.
This command is used in conjunction with “elevsurf: surface”, to achieve the combinations of surface and sidewall, surface only, or sidewalls only.- Args:
- p0:
‘toggle’
ON
OFF
- Examples:
# # Select parent part # ensight.part.select_begin(2) ensight.elevsurf.begin() ensight.elevsurf.variable("N_temperature") ensight.elevsurf.offset(0.0000e+00) ensight.elevsurf.scale_factor(2.0750e-02) ensight.elevsurf.sidewall("ON") ensight.elevsurf.surface("ON") ensight.elevsurf.end() ensight.elevsurf.create()
- Returns:
zero on success, non-zero on error