Point#

class ansys.mechanical.stubs.v261.Ansys.Mechanical.Graphics.Point(location: List[Any], lengthUnit: str)#

Bases: object

Overview#

ConvertUnit

Returns a new Point given new unit.

__eq__

Equal operator

__ne__

Not-Equal operator

Equals

Equals method.

GetHashCode

Object.GetHashCode() override

GetType

GetType method.

ToString

ToString method.

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(point: Ansys.Mechanical.Graphics.Point) bool#

Equals method.

Point.GetHashCode() int#

Object.GetHashCode() override

Point.GetType() type#

GetType method.

Point.ToString() str#

ToString method.

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

Equal operator

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

Not-Equal operator