Point#

class ansys.mechanical.stubs.v241.Ansys.Mechanical.Graphics.Point#

Bases: object

Point class.

Overview#

ConvertUnit

Returns a new Point given new unit.

op_Equality

Equal operator

op_Inequality

Not-Equal operator

Equals

Object.Equals(object o) override

GetHashCode

Object.GetHashCode() override

Location

The location of the Point.

Unit

The length unit of the Point.

Property detail#

property Point.Location: List[float] | None#

The location of the Point.

property Point.Unit: str | None#

The length unit of the Point.

Method detail#

classmethod Point.ConvertUnit(inPoint: Ansys.Mechanical.Graphics.Point, outputUnit: str) Ansys.Mechanical.Graphics.Point#

Returns a new Point given new unit.

Point.Equals(o: Any) bool#

Object.Equals(object o) override

Point.GetHashCode() int#

Object.GetHashCode() override

classmethod Point.op_Equality(a: Ansys.Mechanical.Graphics.Point, b: Ansys.Mechanical.Graphics.Point) bool#

Equal operator

classmethod Point.op_Inequality(a: Ansys.Mechanical.Graphics.Point, b: Ansys.Mechanical.Graphics.Point) bool#

Not-Equal operator