Point2DPlanar#

class ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.ConstructionLines.Point2DPlanar(location: Ansys.ACT.Core.Math.Point2D, plane: Ansys.Mechanical.DataModel.ConstructionLines.Plane)#

Bases: object

Basic data that describe a 2D point on a plane.

Overview#

GetGlobalLocation

Get the global location of a Point2DPlanar.

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Method detail#

Point2DPlanar.Equals(obj: Any) bool#

Equals method.

classmethod Point2DPlanar.GetGlobalLocation(pointPlane: Ansys.Mechanical.DataModel.ConstructionLines.Point2DPlanar) Ansys.ACT.Core.Math.Point3D#

Get the global location of a Point2DPlanar.

Point2DPlanar.GetHashCode() int#

GetHashCode method.

Point2DPlanar.GetType() type#

GetType method.

Point2DPlanar.ToString() str#

ToString method.