begin#
- elevsurf.begin() int #
Delimit the modifications for elevated surface. parts.
These commands are used to set the attributes for an elevated surface part creation.- Examples:
# # Select parent # ensight.part.select_begin(2) # # Set the attributes # 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