Point#

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

Bases: object

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

Overview#

Equivalent

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

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.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.Equivalent(other: Ansys.Mechanical.DataModel.ConstructionLines.Point) bool#

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