MirrorSettings

class cee.ug.MirrorSettings()

Settings for mirroring/symmetry in the RemoteModel.

Use this class to recreate the full model if the simulation was run on a part of the model to save simulation time exploiting any symmetry in the model.

You can access the mirror settings from the RemoteModel.mirrorSettings property.

Example: A forging simulation simulating only 1/6’th of the model.

CAE model:

image0

Full model using mirroring with mirrorPassCount = 5:

image1


Accessors

cee.ug.MirrorSettings.enable

Enable or disable mirroring/symmetry

If enabled, the model will be mirrored according to the given settings

cee.ug.MirrorSettings.firstPlane

Set the first mirror plane to use. This plane will be used for the 1st mirror pass

cee.ug.MirrorSettings.masterPlane

Set the master mirror plane to use.

The master mirror plane will add one final mirroring that mirrors the entire model after doing the given number of mirror passes specified in the first/second plane and the mirrorPassCount.

cee.ug.MirrorSettings.mirrorPassCount

The number of mirror passes to render.

cee.ug.MirrorSettings.reflective

Enable or disable reflective mirroring.

If enabled, the mirrored parts will be reflected on plane1/plane2. If disabled, the part will only be rotated into place.

cee.ug.MirrorSettings.secondPlane

Set the second mirror plane to use. This plane will be used for the 2nd mirror pass

Methods

getAsProperties

cee.ug.MirrorSettings.getAsProperties()

Gets the settings for this object as a Plain Old JavaScript Object (POJO).

Return type

cee.ug.MirrorSettingsProperties

setFromProperties

cee.ug.MirrorSettings.setFromProperties(props)

Applies the settings in the given properties object to this scalar settings

Arguments
  • props (Partial[cee.ug.MirrorSettingsProperties]) –

Return type

void