PeriodicControl#

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

Periodic controls provide settings for the recovery of periodic surfaces.

A periodic control is specified by the scope (source surfaces) and the transformation parameters: the center, axis and angle.

Parameters:
modelModel

Server model to create PeriodicControl object.

idint

Id of the PeriodicControl.

object_idint

Object id of the PeriodicControl.

namestr

Name of the PeriodicControl.

Methods

PeriodicControl.get_params()

Get the parameters of the periodic control.

PeriodicControl.get_scope()

Gets the scope for the periodic control.

PeriodicControl.get_summary(params)

Get the periodic control summary along with the evaluated scope for the provided parameters.

PeriodicControl.set_params(...)

Set the periodic control parameters.

PeriodicControl.set_scope(scope)

Sets the scope for periodic control to evaluate.

PeriodicControl.set_suggested_name(name)

Sets the unique name for the periodic control based on the suggested name.

Attributes

PeriodicControl.id

Get the id of PeriodicControl.

PeriodicControl.name

Get the name of PeriodicControl.