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

CutOffGeometry.access_path

Python expression suffix for accessing this object from an ACP instance.

CutOffGeometry.active

CutOffGeometry.cad_geometry

CutOffGeometry.id

Identifier of the object, used for example as key in maps.

CutOffGeometry.name

The name of the object.

CutOffGeometry.orientation_type

CutOffGeometry.parent

The parent of the object.

CutOffGeometry.relative_merge_tolerance

CutOffGeometry.status