zero_offset#

Part.zero_offset(kw: str) bool#

Check if the coordinate system defined by kw is [0, 0, 0].

Parameters:
kwstr

Coordinate system for kw. Options are offset and rotation_cs.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.modeler.advanced_cad.parts import Part
>>> obj = Part()
>>> obj.zero_offset(kw=1)