ducpy.Duc.CustomHatchPattern ============================ .. py:module:: ducpy.Duc.CustomHatchPattern Attributes ---------- .. autoapisummary:: ducpy.Duc.CustomHatchPattern.np Classes ------- .. autoapisummary:: ducpy.Duc.CustomHatchPattern.CustomHatchPattern Functions --------- .. autoapisummary:: ducpy.Duc.CustomHatchPattern.CustomHatchPatternStart ducpy.Duc.CustomHatchPattern.Start ducpy.Duc.CustomHatchPattern.CustomHatchPatternAddName ducpy.Duc.CustomHatchPattern.AddName ducpy.Duc.CustomHatchPattern.CustomHatchPatternAddDescription ducpy.Duc.CustomHatchPattern.AddDescription ducpy.Duc.CustomHatchPattern.CustomHatchPatternAddLines ducpy.Duc.CustomHatchPattern.AddLines ducpy.Duc.CustomHatchPattern.CustomHatchPatternStartLinesVector ducpy.Duc.CustomHatchPattern.StartLinesVector ducpy.Duc.CustomHatchPattern.CustomHatchPatternEnd ducpy.Duc.CustomHatchPattern.End Module Contents --------------- .. py:data:: np .. py:class:: CustomHatchPattern Bases: :py:obj:`object` .. py:attribute:: __slots__ :value: ['_tab'] .. py:method:: GetRootAs(buf, offset=0) :classmethod: .. py:method:: GetRootAsCustomHatchPattern(buf, offset=0) :classmethod: This method is deprecated. Please switch to GetRootAs. .. py:method:: CustomHatchPatternBufferHasIdentifier(buf, offset, size_prefixed=False) :classmethod: .. py:method:: Init(buf, pos) .. py:method:: Name() .. py:method:: Description() .. py:method:: Lines(j) .. py:method:: LinesLength() .. py:method:: LinesIsNone() .. py:function:: CustomHatchPatternStart(builder) .. py:function:: Start(builder) .. py:function:: CustomHatchPatternAddName(builder, name) .. py:function:: AddName(builder, name) .. py:function:: CustomHatchPatternAddDescription(builder, description) .. py:function:: AddDescription(builder, description) .. py:function:: CustomHatchPatternAddLines(builder, lines) .. py:function:: AddLines(builder, lines) .. py:function:: CustomHatchPatternStartLinesVector(builder, numElems) .. py:function:: StartLinesVector(builder, numElems) .. py:function:: CustomHatchPatternEnd(builder) .. py:function:: End(builder)