zero_offset#
- Part.zero_offset(kw: str) bool#
Check if the coordinate system defined by kw is [0, 0, 0].
- Parameters:
- kw
str Coordinate system for kw. Options are
offsetandrotation_cs.
- kw
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> from ansys.aedt.core.modeler.advanced_cad.parts import Part >>> obj = Part() >>> obj.zero_offset(kw=1)