ducpy.Duc.LinearUnitSystem ========================== .. py:module:: ducpy.Duc.LinearUnitSystem Attributes ---------- .. autoapisummary:: ducpy.Duc.LinearUnitSystem.np Classes ------- .. autoapisummary:: ducpy.Duc.LinearUnitSystem.LinearUnitSystem Functions --------- .. autoapisummary:: ducpy.Duc.LinearUnitSystem.LinearUnitSystemStart ducpy.Duc.LinearUnitSystem.Start ducpy.Duc.LinearUnitSystem.LinearUnitSystemAddBase ducpy.Duc.LinearUnitSystem.AddBase ducpy.Duc.LinearUnitSystem.LinearUnitSystemAddFormat ducpy.Duc.LinearUnitSystem.AddFormat ducpy.Duc.LinearUnitSystem.LinearUnitSystemAddDecimalSeparator ducpy.Duc.LinearUnitSystem.AddDecimalSeparator ducpy.Duc.LinearUnitSystem.LinearUnitSystemAddSuppressZeroFeet ducpy.Duc.LinearUnitSystem.AddSuppressZeroFeet ducpy.Duc.LinearUnitSystem.LinearUnitSystemAddSuppressZeroInches ducpy.Duc.LinearUnitSystem.AddSuppressZeroInches ducpy.Duc.LinearUnitSystem.LinearUnitSystemEnd ducpy.Duc.LinearUnitSystem.End Module Contents --------------- .. py:data:: np .. py:class:: LinearUnitSystem Bases: :py:obj:`object` .. py:attribute:: __slots__ :value: ['_tab'] .. py:method:: GetRootAs(buf, offset=0) :classmethod: .. py:method:: GetRootAsLinearUnitSystem(buf, offset=0) :classmethod: This method is deprecated. Please switch to GetRootAs. .. py:method:: LinearUnitSystemBufferHasIdentifier(buf, offset, size_prefixed=False) :classmethod: .. py:method:: Init(buf, pos) .. py:method:: Base() .. py:method:: Format() .. py:method:: DecimalSeparator() .. py:method:: SuppressZeroFeet() .. py:method:: SuppressZeroInches() .. py:function:: LinearUnitSystemStart(builder) .. py:function:: Start(builder) .. py:function:: LinearUnitSystemAddBase(builder, base) .. py:function:: AddBase(builder, base) .. py:function:: LinearUnitSystemAddFormat(builder, format) .. py:function:: AddFormat(builder, format) .. py:function:: LinearUnitSystemAddDecimalSeparator(builder, decimalSeparator) .. py:function:: AddDecimalSeparator(builder, decimalSeparator) .. py:function:: LinearUnitSystemAddSuppressZeroFeet(builder, suppressZeroFeet) .. py:function:: AddSuppressZeroFeet(builder, suppressZeroFeet) .. py:function:: LinearUnitSystemAddSuppressZeroInches(builder, suppressZeroInches) .. py:function:: AddSuppressZeroInches(builder, suppressZeroInches) .. py:function:: LinearUnitSystemEnd(builder) .. py:function:: End(builder)