resize# Stackup3D.resize(percentage_offset: float) → bool# Resize the stackup around objects created by a percentage offset. Parameters: percentage_offsetfloatOffset of resize. The value must be greater than 0. Returns: bool Examples >>> from ansys.aedt.core.modeler.advanced_cad.stackup_3d import Stackup3D >>> obj = Stackup3D() >>> obj.resize(percentage_offset=1.0)