ducpy.Duc.DucFreeDrawEnds ========================= .. py:module:: ducpy.Duc.DucFreeDrawEnds Attributes ---------- .. autoapisummary:: ducpy.Duc.DucFreeDrawEnds.np Classes ------- .. autoapisummary:: ducpy.Duc.DucFreeDrawEnds.DucFreeDrawEnds Functions --------- .. autoapisummary:: ducpy.Duc.DucFreeDrawEnds.DucFreeDrawEndsStart ducpy.Duc.DucFreeDrawEnds.Start ducpy.Duc.DucFreeDrawEnds.DucFreeDrawEndsAddCap ducpy.Duc.DucFreeDrawEnds.AddCap ducpy.Duc.DucFreeDrawEnds.DucFreeDrawEndsAddTaper ducpy.Duc.DucFreeDrawEnds.AddTaper ducpy.Duc.DucFreeDrawEnds.DucFreeDrawEndsAddEasing ducpy.Duc.DucFreeDrawEnds.AddEasing ducpy.Duc.DucFreeDrawEnds.DucFreeDrawEndsEnd ducpy.Duc.DucFreeDrawEnds.End Module Contents --------------- .. py:data:: np .. py:class:: DucFreeDrawEnds Bases: :py:obj:`object` .. py:attribute:: __slots__ :value: ['_tab'] .. py:method:: GetRootAs(buf, offset=0) :classmethod: .. py:method:: GetRootAsDucFreeDrawEnds(buf, offset=0) :classmethod: This method is deprecated. Please switch to GetRootAs. .. py:method:: DucFreeDrawEndsBufferHasIdentifier(buf, offset, size_prefixed=False) :classmethod: .. py:method:: Init(buf, pos) .. py:method:: Cap() .. py:method:: Taper() .. py:method:: Easing() .. py:function:: DucFreeDrawEndsStart(builder) .. py:function:: Start(builder) .. py:function:: DucFreeDrawEndsAddCap(builder, cap) .. py:function:: AddCap(builder, cap) .. py:function:: DucFreeDrawEndsAddTaper(builder, taper) .. py:function:: AddTaper(builder, taper) .. py:function:: DucFreeDrawEndsAddEasing(builder, easing) .. py:function:: AddEasing(builder, easing) .. py:function:: DucFreeDrawEndsEnd(builder) .. py:function:: End(builder)