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.

Type

Type property.

Definition

Definition property.

Location

Get the global location of this point.

ObjectId

Get the ID of the represented entity.

IsRepresentation

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

Property detail#

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

Type property.

property Point.Definition: System.Object | None

Definition property.

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

Get the global location of this point.

property Point.ObjectId: System.UInt32 | None

Get the ID of the represented entity.

property Point.IsRepresentation: System.Boolean | None

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

Method detail#

Point.Equivalent(other: Ansys.Mechanical.DataModel.ConstructionLines.Point) System.Boolean

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