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: System.Collections.Generic.IList[System.Double] | None

The location of the Point.

property Point.Unit: System.String | None

The length unit of the Point.

Method detail#

classmethod Point.ConvertUnit(inPoint: Ansys.Mechanical.Graphics.Point, outputUnit: System.String) Ansys.Mechanical.Graphics.Point#
No-index:

Returns a new Point given new unit.

classmethod Point.op_Equality(a: Ansys.Mechanical.Graphics.Point, b: Ansys.Mechanical.Graphics.Point) System.Boolean#
No-index:

Equal operator

classmethod Point.op_Inequality(a: Ansys.Mechanical.Graphics.Point, b: Ansys.Mechanical.Graphics.Point) System.Boolean#
No-index:

Not-Equal operator

Point.Equals(o: System.Object) System.Boolean

Object.Equals(object o) override

Point.GetHashCode() System.Int32

Object.GetHashCode() override