    

 ## On this page

  

 

 # `Point`

 Last update: 09.03.2026 

<a id="ansys.mechanical.stubs.v252.Ansys.Mechanical.DataModel.ConstructionLines.Point"></a>

#### *class* Ansys.Mechanical.DataModel.ConstructionLines.Point

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

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

<a id="overview"></a>

## Overview

### Methods

NameDescription[`Equivalent`](#Point.Equivalent)Checks to see if another point is equivalent to this one.### Properties

NameDescription[`Definition`](#Point.Definition)Definition property.[`IsRepresentation`](#Point.IsRepresentation)Check to see if there is a valid entity that this instance represents.[`Location`](#Point.Location)Get the global location of this point.[`ObjectId`](#Point.ObjectId)Get the ID of the represented entity.[`Type`](#Point.Type)Type property.<a id="property-detail"></a>

## Property detail

<a id="Point.Definition"></a>

### *property* Point.Definition *: Any | [None](https://docs.python.org/3/library/constants.html#None)*

Definition property.

<a id="Point.IsRepresentation"></a>

### *property* Point.IsRepresentation *: [bool](https://docs.python.org/3/library/functions.html#bool) | [None](https://docs.python.org/3/library/constants.html#None)*

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

<a id="Point.Location"></a>

### *property* Point.Location *: Ansys.ACT.Core.Math.Point3D | [None](https://docs.python.org/3/library/constants.html#None)*

Get the global location of this point.

<a id="Point.ObjectId"></a>

### *property* Point.ObjectId *: [int](https://docs.python.org/3/library/functions.html#int) | [None](https://docs.python.org/3/library/constants.html#None)*

Get the ID of the represented entity.

<a id="Point.Type"></a>

### *property* Point.Type *: [Ansys.Mechanical.DataModel.ConstructionLines.PointType](PointType.md#ansys.mechanical.stubs.v252.Ansys.Mechanical.DataModel.ConstructionLines.PointType) | [None](https://docs.python.org/3/library/constants.html#None)*

Type property.

<a id="method-detail"></a>

## Method detail

<a id="Point.Equivalent"></a>

### Point.Equivalent(other: [Ansys.Mechanical.DataModel.ConstructionLines.Point](#ansys.mechanical.stubs.v252.Ansys.Mechanical.DataModel.ConstructionLines.Point)) → [bool](https://docs.python.org/3/library/functions.html#bool)

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