Point#
- class ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.ConstructionLines.Point#
Bases:
objectA point in a ConstructionLine instance, may have an associated edge vertex.
Overview#
Equals method. |
|
Checks to see if another point is equivalent to this one. |
|
GetHashCode method. |
|
GetType method. |
|
ToString method. |
The ID of the associated ConstructionLine. |
|
Definition property. |
|
Check to see if there is a valid entity that this instance represents. |
|
Get the global location of this point. |
|
Get the ID of the represented entity. |
|
Type property. |
Property detail#
- 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.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.
- 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.