create_clearance_on_component#

Components3DLayout.create_clearance_on_component(extra_soldermask_clearance: float = 0.005) bool#

Create a Clearance on Soldermask layer by drawing a rectangle.

Parameters:
extra_soldermask_clearancefloat, optional

Extra Soldermask value in model units to be applied on component bounding box.

Returns:
bool

Examples

>>> from ansys.aedt.core.modeler.pcb.object_3d_layout import Object3DLayout
>>> obj = Object3DLayout()
>>> obj.create_clearance_on_component(extra_soldermask_clearance=1.0)