create_cut_off_geometry#
- ImportedSolidModel.create_cut_off_geometry(*, 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.
- Return type:
Added in ACP server version 25.1.