StraightLineEdge#

class ansys.mechanical.stubs.v242.Ansys.Mechanical.DataModel.ConstructionLines.Edges.StraightLineEdge#

Bases: object

Representation of a straight line edge between to edge vertices.

Overview#

Length

Length property.

EndPoint

A Point representing the end vertex of the edge.

StartPoint

A Point representing the start vertex of an edge.

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 StraightLineEdge.Length: Ansys.Core.Units.Quantity | None

Length property.

property StraightLineEdge.EndPoint: Ansys.Mechanical.DataModel.ConstructionLines.Point | None

A Point representing the end vertex of the edge.

property StraightLineEdge.StartPoint: Ansys.Mechanical.DataModel.ConstructionLines.Point | None

A Point representing the start vertex of an edge.

property StraightLineEdge.ObjectId: System.UInt32 | None

Get the ID of the represented entity.

property StraightLineEdge.IsRepresentation: System.Boolean | None

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