CutOffGeometry#

class ansys.acp.core.CutOffGeometry(*, name='CutOffGeometry', active=True, cad_geometry=None, orientation_type='up', relative_merge_tolerance=0.1)#

Instantiate a cut-off geometry.

Parameters:
  • name (str) – Name of the cut-off geometry.

  • active (bool) – Inactive cut-off geometries are not used in the solid model extrusion.

  • cad_geometry (VirtualGeometry | None) – The geometry defining the cut-off.

  • orientation_type (CutOffGeometryOrientationType) – Determines the cutting orientation of a surface/body geometry. Allows to switch between include and exclude.

  • relative_merge_tolerance (float) – Set the merging tolerance for neighboring nodes relative to the element size.

Added in ACP server version 25.1.

Methods

CutOffGeometry.clone(*[, unlink])

Create a new unstored object with the same properties.

CutOffGeometry.delete()

Delete the object.

CutOffGeometry.store(parent)

Store the object on the server.

Attributes