PrismControl#
- class ansys.meshing.prime.PrismControl(model, id, object_id, name)#
PrismControl allows you to generate prisms.
PrismControl allows you to control generation of prisms. Controls include setting the face scope, volume scope and growth parameters.
- Parameters:
Methods
Gets the prism parameters for prism control.
Gets the surface control scope.
Gets the volume control scope.
Set growth parameters for prism control.
Sets the unique name for the prism control based on the suggested name.
PrismControl.set_surface_scope(entities)Sets the surface control scope.
PrismControl.set_volume_scope(entities)Sets the volume control scope.
Attributes
Get the id of PrismControl.
Get the name of PrismControl.
Examples using PrismControl#
Mesh a generic F1 car rear wing for external aero simulation
Mesh a generic F1 car rear wing for external aero simulation