ducpy.Duc.LinearElementEditor ============================= .. py:module:: ducpy.Duc.LinearElementEditor Attributes ---------- .. autoapisummary:: ducpy.Duc.LinearElementEditor.np Classes ------- .. autoapisummary:: ducpy.Duc.LinearElementEditor.LinearElementEditor Functions --------- .. autoapisummary:: ducpy.Duc.LinearElementEditor.LinearElementEditorStart ducpy.Duc.LinearElementEditor.Start ducpy.Duc.LinearElementEditor.LinearElementEditorAddElementId ducpy.Duc.LinearElementEditor.AddElementId ducpy.Duc.LinearElementEditor.LinearElementEditorAddSelectedPointsIndices ducpy.Duc.LinearElementEditor.AddSelectedPointsIndices ducpy.Duc.LinearElementEditor.LinearElementEditorStartSelectedPointsIndicesVector ducpy.Duc.LinearElementEditor.StartSelectedPointsIndicesVector ducpy.Duc.LinearElementEditor.LinearElementEditorAddPointerDownState ducpy.Duc.LinearElementEditor.AddPointerDownState ducpy.Duc.LinearElementEditor.LinearElementEditorAddIsDragging ducpy.Duc.LinearElementEditor.AddIsDragging ducpy.Duc.LinearElementEditor.LinearElementEditorAddLastUncommittedPoint ducpy.Duc.LinearElementEditor.AddLastUncommittedPoint ducpy.Duc.LinearElementEditor.LinearElementEditorAddPointerOffset ducpy.Duc.LinearElementEditor.AddPointerOffset ducpy.Duc.LinearElementEditor.LinearElementEditorAddStartBindingElement ducpy.Duc.LinearElementEditor.AddStartBindingElement ducpy.Duc.LinearElementEditor.LinearElementEditorAddEndBindingElement ducpy.Duc.LinearElementEditor.AddEndBindingElement ducpy.Duc.LinearElementEditor.LinearElementEditorAddHoverPointIndex ducpy.Duc.LinearElementEditor.AddHoverPointIndex ducpy.Duc.LinearElementEditor.LinearElementEditorAddSegmentMidPointHoveredCoords ducpy.Duc.LinearElementEditor.AddSegmentMidPointHoveredCoords ducpy.Duc.LinearElementEditor.LinearElementEditorEnd ducpy.Duc.LinearElementEditor.End Module Contents --------------- .. py:data:: np .. py:class:: LinearElementEditor Bases: :py:obj:`object` .. py:attribute:: __slots__ :value: ['_tab'] .. py:method:: GetRootAs(buf, offset=0) :classmethod: .. py:method:: GetRootAsLinearElementEditor(buf, offset=0) :classmethod: This method is deprecated. Please switch to GetRootAs. .. py:method:: LinearElementEditorBufferHasIdentifier(buf, offset, size_prefixed=False) :classmethod: .. py:method:: Init(buf, pos) .. py:method:: ElementId() .. py:method:: SelectedPointsIndices(j) .. py:method:: SelectedPointsIndicesAsNumpy() .. py:method:: SelectedPointsIndicesLength() .. py:method:: SelectedPointsIndicesIsNone() .. py:method:: PointerDownState() .. py:method:: IsDragging() .. py:method:: LastUncommittedPoint() .. py:method:: PointerOffset() .. py:method:: StartBindingElement() .. py:method:: EndBindingElement() .. py:method:: HoverPointIndex() .. py:method:: SegmentMidPointHoveredCoords() .. py:function:: LinearElementEditorStart(builder) .. py:function:: Start(builder) .. py:function:: LinearElementEditorAddElementId(builder, elementId) .. py:function:: AddElementId(builder, elementId) .. py:function:: LinearElementEditorAddSelectedPointsIndices(builder, selectedPointsIndices) .. py:function:: AddSelectedPointsIndices(builder, selectedPointsIndices) .. py:function:: LinearElementEditorStartSelectedPointsIndicesVector(builder, numElems) .. py:function:: StartSelectedPointsIndicesVector(builder, numElems) .. py:function:: LinearElementEditorAddPointerDownState(builder, pointerDownState) .. py:function:: AddPointerDownState(builder, pointerDownState) .. py:function:: LinearElementEditorAddIsDragging(builder, isDragging) .. py:function:: AddIsDragging(builder, isDragging) .. py:function:: LinearElementEditorAddLastUncommittedPoint(builder, lastUncommittedPoint) .. py:function:: AddLastUncommittedPoint(builder, lastUncommittedPoint) .. py:function:: LinearElementEditorAddPointerOffset(builder, pointerOffset) .. py:function:: AddPointerOffset(builder, pointerOffset) .. py:function:: LinearElementEditorAddStartBindingElement(builder, startBindingElement) .. py:function:: AddStartBindingElement(builder, startBindingElement) .. py:function:: LinearElementEditorAddEndBindingElement(builder, endBindingElement) .. py:function:: AddEndBindingElement(builder, endBindingElement) .. py:function:: LinearElementEditorAddHoverPointIndex(builder, hoverPointIndex) .. py:function:: AddHoverPointIndex(builder, hoverPointIndex) .. py:function:: LinearElementEditorAddSegmentMidPointHoveredCoords(builder, segmentMidPointHoveredCoords) .. py:function:: AddSegmentMidPointHoveredCoords(builder, segmentMidPointHoveredCoords) .. py:function:: LinearElementEditorEnd(builder) .. py:function:: End(builder)