.. vale off :class:`StraightLineEdge` ========================= .. py:class:: ansys.mechanical.stubs.Ansys.Mechanical.DataModel.ConstructionLines.Edges.StraightLineEdge Bases: :py:obj:`object` Representation of a straight line edge between to edge vertices. .. !! processed by numpydoc !! .. py:currentmodule:: StraightLineEdge Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~EndPoint` - A Point representing the end vertex of the edge. * - :py:attr:`~IsRepresentation` - Check to see if there is a valid entity that this instance represents. * - :py:attr:`~Length` - Length property. * - :py:attr:`~ObjectId` - Get the ID of the represented entity. * - :py:attr:`~StartPoint` - A Point representing the start vertex of an edge. Property detail --------------- .. py:property:: EndPoint :type: Optional[Ansys.Mechanical.DataModel.ConstructionLines.Point] A Point representing the end vertex of the edge. .. !! processed by numpydoc !! .. py:property:: IsRepresentation :type: Optional[bool] Check to see if there is a valid entity that this instance represents. .. !! processed by numpydoc !! .. py:property:: Length :type: Optional[Ansys.Core.Units.Quantity] Length property. .. !! processed by numpydoc !! .. py:property:: ObjectId :type: Optional[int] Get the ID of the represented entity. .. !! processed by numpydoc !! .. py:property:: StartPoint :type: Optional[Ansys.Mechanical.DataModel.ConstructionLines.Point] A Point representing the start vertex of an edge. .. !! processed by numpydoc !! .. vale on