ducpy.Duc._DucLinearElementBase =============================== .. py:module:: ducpy.Duc._DucLinearElementBase Attributes ---------- .. autoapisummary:: ducpy.Duc._DucLinearElementBase.np Classes ------- .. autoapisummary:: ducpy.Duc._DucLinearElementBase._DucLinearElementBase Functions --------- .. autoapisummary:: ducpy.Duc._DucLinearElementBase._DucLinearElementBaseStart ducpy.Duc._DucLinearElementBase.Start ducpy.Duc._DucLinearElementBase._DucLinearElementBaseAddBase ducpy.Duc._DucLinearElementBase.AddBase ducpy.Duc._DucLinearElementBase._DucLinearElementBaseAddPoints ducpy.Duc._DucLinearElementBase.AddPoints ducpy.Duc._DucLinearElementBase._DucLinearElementBaseStartPointsVector ducpy.Duc._DucLinearElementBase.StartPointsVector ducpy.Duc._DucLinearElementBase._DucLinearElementBaseAddLines ducpy.Duc._DucLinearElementBase.AddLines ducpy.Duc._DucLinearElementBase._DucLinearElementBaseStartLinesVector ducpy.Duc._DucLinearElementBase.StartLinesVector ducpy.Duc._DucLinearElementBase._DucLinearElementBaseAddPathOverrides ducpy.Duc._DucLinearElementBase.AddPathOverrides ducpy.Duc._DucLinearElementBase._DucLinearElementBaseStartPathOverridesVector ducpy.Duc._DucLinearElementBase.StartPathOverridesVector ducpy.Duc._DucLinearElementBase._DucLinearElementBaseAddLastCommittedPoint ducpy.Duc._DucLinearElementBase.AddLastCommittedPoint ducpy.Duc._DucLinearElementBase._DucLinearElementBaseAddStartBinding ducpy.Duc._DucLinearElementBase.AddStartBinding ducpy.Duc._DucLinearElementBase._DucLinearElementBaseAddEndBinding ducpy.Duc._DucLinearElementBase.AddEndBinding ducpy.Duc._DucLinearElementBase._DucLinearElementBaseEnd ducpy.Duc._DucLinearElementBase.End Module Contents --------------- .. py:data:: np .. py:class:: _DucLinearElementBase Bases: :py:obj:`object` .. py:attribute:: __slots__ :value: ['_tab'] .. py:method:: GetRootAs(buf, offset=0) :classmethod: .. py:method:: GetRootAs_DucLinearElementBase(buf, offset=0) :classmethod: This method is deprecated. Please switch to GetRootAs. .. py:method:: _DucLinearElementBaseBufferHasIdentifier(buf, offset, size_prefixed=False) :classmethod: .. py:method:: Init(buf, pos) .. py:method:: Base() .. py:method:: Points(j) .. py:method:: PointsLength() .. py:method:: PointsIsNone() .. py:method:: Lines(j) .. py:method:: LinesLength() .. py:method:: LinesIsNone() .. py:method:: PathOverrides(j) .. py:method:: PathOverridesLength() .. py:method:: PathOverridesIsNone() .. py:method:: LastCommittedPoint() .. py:method:: StartBinding() .. py:method:: EndBinding() .. py:function:: _DucLinearElementBaseStart(builder) .. py:function:: Start(builder) .. py:function:: _DucLinearElementBaseAddBase(builder, base) .. py:function:: AddBase(builder, base) .. py:function:: _DucLinearElementBaseAddPoints(builder, points) .. py:function:: AddPoints(builder, points) .. py:function:: _DucLinearElementBaseStartPointsVector(builder, numElems) .. py:function:: StartPointsVector(builder, numElems) .. py:function:: _DucLinearElementBaseAddLines(builder, lines) .. py:function:: AddLines(builder, lines) .. py:function:: _DucLinearElementBaseStartLinesVector(builder, numElems) .. py:function:: StartLinesVector(builder, numElems) .. py:function:: _DucLinearElementBaseAddPathOverrides(builder, pathOverrides) .. py:function:: AddPathOverrides(builder, pathOverrides) .. py:function:: _DucLinearElementBaseStartPathOverridesVector(builder, numElems) .. py:function:: StartPathOverridesVector(builder, numElems) .. py:function:: _DucLinearElementBaseAddLastCommittedPoint(builder, lastCommittedPoint) .. py:function:: AddLastCommittedPoint(builder, lastCommittedPoint) .. py:function:: _DucLinearElementBaseAddStartBinding(builder, startBinding) .. py:function:: AddStartBinding(builder, startBinding) .. py:function:: _DucLinearElementBaseAddEndBinding(builder, endBinding) .. py:function:: AddEndBinding(builder, endBinding) .. py:function:: _DucLinearElementBaseEnd(builder) .. py:function:: End(builder)