Point#

class ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.ConstructionLines.Point#

Bases: object

A point in a ConstructionLine instance, may have an associated edge vertex.

Overview#

__eq__

op_Equality method.

__ne__

op_Inequality method.

Equals

Equals method.

Equivalent

Checks to see if another point is equivalent to this one.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

ConstructionLineId

The ID of the associated ConstructionLine.

Definition

Definition property.

IsRepresentation

Check to see if there is a valid entity that this instance represents.

Location

Get the global location of this point.

ObjectId

Get the ID of the represented entity.

Type

Type property.

Property detail#

property Point.ConstructionLineId: int | None#

The ID of the associated ConstructionLine.

property Point.Definition: Any | None#

Definition property.

property Point.IsRepresentation: bool | None#

Check to see if there is a valid entity that this instance represents.

property Point.Location: Ansys.ACT.Core.Math.Point3D | None#

Get the global location of this point.

property Point.ObjectId: int | None#

Get the ID of the represented entity.

property Point.Type: Ansys.Mechanical.DataModel.ConstructionLines.PointType | None#

Type property.

Method detail#

Point.Equals(other: Ansys.Mechanical.DataModel.ConstructionLines.Point) bool#

Equals method.

Point.Equivalent(other: Ansys.Mechanical.DataModel.ConstructionLines.Point) bool#

Checks to see if another point is equivalent to this one.

Point.GetHashCode() int#

GetHashCode method.

Point.GetType() type#

GetType method.

Point.ToString() str#

ToString method.

classmethod Point.__eq__(left: Ansys.Mechanical.DataModel.ConstructionLines.Point, right: Ansys.Mechanical.DataModel.ConstructionLines.Point) bool#

op_Equality method.

classmethod Point.__ne__(left: Ansys.Mechanical.DataModel.ConstructionLines.Point, right: Ansys.Mechanical.DataModel.ConstructionLines.Point) bool#

op_Inequality method.