create_clearance_on_component#
- Pins3DLayout.create_clearance_on_component(extra_soldermask_clearance: float = 0.005) bool#
Create a Clearance on Soldermask layer by drawing a rectangle.
- Parameters:
- extra_soldermask_clearance
float,optional Extra Soldermask value in model units to be applied on component bounding box.
- extra_soldermask_clearance
- Returns:
Examples
>>> from ansys.aedt.core.modeler.pcb.object_3d_layout import Object3DLayout >>> obj = Object3DLayout() >>> obj.create_clearance_on_component(extra_soldermask_clearance=1.0)