ShellBLControl#

class ansys.meshing.prime.ShellBLControl(model, id, object_id, name)#

ShellBLControl allows you to generate quad mesh on face zonelets.

ShellBLControl allows you to control generation of quad mesh on face zonelets. Controls include setting the edge scope, face scope and growth parameters.

Parameters:
modelModel

Server model to create ShellBLControl object.

idint

Id of the ShellBLControl.

object_idint

Object id of the ShellBLControl.

namestr

Name of the ShellBLControl.

Methods

ShellBLControl.get_edge_scope()

Gets the edge scope.

ShellBLControl.get_growth_params()

Gets thin ShellBL parameters for ShellBL control.

ShellBLControl.get_surface_scope()

Gets the surface scope.

ShellBLControl.set_edge_scope(entities)

Sets the edge scope.

ShellBLControl.set_growth_params(params)

Sets growth parameters for ShellBL control.

ShellBLControl.set_surface_scope(entities)

Sets the face zonelet scope.

Attributes

ShellBLControl.id

Get the id of ShellBLControl.

ShellBLControl.name

Get the name of ShellBLControl.