set_relative_cs# Part.set_relative_cs(app: Hfss) → bool# Create a parametric coordinate system. Parameters: appHfss Returns: boolTrue when successful, False when failed. Examples >>> from ansys.aedt.core.modeler.advanced_cad.parts import Part >>> obj = Part() >>> obj.set_relative_cs(app=1)