elevsurf#

class ansys.api.pyensight.ensight_api.elevsurf(session: Session)#

Class wrapper for EnSight elevsurf module

This class acts as a proxy for the EnSight Python module ensight.elevsurf

Methods

elevsurf.begin()

Delimit the modifications for elevated surface.

elevsurf.component(p0, p1, p2)

Elevated surfaces are always created with a scalar.

elevsurf.create()

Create an elevated surface according to specified or default attributes.

elevsurf.end()

Delimit the modifications for elevated surface.

elevsurf.offset(p0)

Specifies a value that is added to the variable values before the scale factor is applied.

elevsurf.offset_from_part(p0)

Elevsurf: offset_from_part

elevsurf.offset_scale(p0)

Elevsurf: offset_scale

elevsurf.offset_vector(p0, p1, p2)

Elevsurf: offset_vector

elevsurf.scale_factor(p0)

Specifies the scale factor to apply to the variable for the elevated surface.

elevsurf.select_default()

Set elevated surface selection to none, so that subsequent elevated surface attribute commands will apply to the defaults.

elevsurf.sidewall(p0)

Specifies whether the elevated sidewalls will be created.

elevsurf.surface(p0)

Specifies whether the elevated surface itself will be displayed.

elevsurf.type(p0)

Elevsurf: type

elevsurf.use_surface_normals(p0)

Elevsurf: use_surface_normals

elevsurf.var_type(p0)

Elevsurf: var_type

elevsurf.variable(p0)

Assigns the variable to use for the creation of an elevated surface.