ducpy.Duc.DucGlobalState ======================== .. py:module:: ducpy.Duc.DucGlobalState Attributes ---------- .. autoapisummary:: ducpy.Duc.DucGlobalState.np Classes ------- .. autoapisummary:: ducpy.Duc.DucGlobalState.DucGlobalState Functions --------- .. autoapisummary:: ducpy.Duc.DucGlobalState.DucGlobalStateStart ducpy.Duc.DucGlobalState.Start ducpy.Duc.DucGlobalState.DucGlobalStateAddName ducpy.Duc.DucGlobalState.AddName ducpy.Duc.DucGlobalState.DucGlobalStateAddViewBackgroundColor ducpy.Duc.DucGlobalState.AddViewBackgroundColor ducpy.Duc.DucGlobalState.DucGlobalStateAddMainScope ducpy.Duc.DucGlobalState.AddMainScope ducpy.Duc.DucGlobalState.DucGlobalStateAddDashSpacingScale ducpy.Duc.DucGlobalState.AddDashSpacingScale ducpy.Duc.DucGlobalState.DucGlobalStateAddIsDashSpacingAffectedByViewportScale ducpy.Duc.DucGlobalState.AddIsDashSpacingAffectedByViewportScale ducpy.Duc.DucGlobalState.DucGlobalStateAddScopeExponentThreshold ducpy.Duc.DucGlobalState.AddScopeExponentThreshold ducpy.Duc.DucGlobalState.DucGlobalStateAddDimensionsAssociativeByDefault ducpy.Duc.DucGlobalState.AddDimensionsAssociativeByDefault ducpy.Duc.DucGlobalState.DucGlobalStateAddUseAnnotativeScaling ducpy.Duc.DucGlobalState.AddUseAnnotativeScaling ducpy.Duc.DucGlobalState.DucGlobalStateAddDisplayPrecisionLinear ducpy.Duc.DucGlobalState.AddDisplayPrecisionLinear ducpy.Duc.DucGlobalState.DucGlobalStateAddDisplayPrecisionAngular ducpy.Duc.DucGlobalState.AddDisplayPrecisionAngular ducpy.Duc.DucGlobalState.DucGlobalStateAddPruningLevel ducpy.Duc.DucGlobalState.AddPruningLevel ducpy.Duc.DucGlobalState.DucGlobalStateEnd ducpy.Duc.DucGlobalState.End Module Contents --------------- .. py:data:: np .. py:class:: DucGlobalState Bases: :py:obj:`object` .. py:attribute:: __slots__ :value: ['_tab'] .. py:method:: GetRootAs(buf, offset=0) :classmethod: .. py:method:: GetRootAsDucGlobalState(buf, offset=0) :classmethod: This method is deprecated. Please switch to GetRootAs. .. py:method:: DucGlobalStateBufferHasIdentifier(buf, offset, size_prefixed=False) :classmethod: .. py:method:: Init(buf, pos) .. py:method:: Name() .. py:method:: ViewBackgroundColor() .. py:method:: MainScope() .. py:method:: DashSpacingScale() .. py:method:: IsDashSpacingAffectedByViewportScale() .. py:method:: ScopeExponentThreshold() .. py:method:: DimensionsAssociativeByDefault() .. py:method:: UseAnnotativeScaling() .. py:method:: DisplayPrecisionLinear() .. py:method:: DisplayPrecisionAngular() .. py:method:: PruningLevel() .. py:function:: DucGlobalStateStart(builder) .. py:function:: Start(builder) .. py:function:: DucGlobalStateAddName(builder, name) .. py:function:: AddName(builder, name) .. py:function:: DucGlobalStateAddViewBackgroundColor(builder, viewBackgroundColor) .. py:function:: AddViewBackgroundColor(builder, viewBackgroundColor) .. py:function:: DucGlobalStateAddMainScope(builder, mainScope) .. py:function:: AddMainScope(builder, mainScope) .. py:function:: DucGlobalStateAddDashSpacingScale(builder, dashSpacingScale) .. py:function:: AddDashSpacingScale(builder, dashSpacingScale) .. py:function:: DucGlobalStateAddIsDashSpacingAffectedByViewportScale(builder, isDashSpacingAffectedByViewportScale) .. py:function:: AddIsDashSpacingAffectedByViewportScale(builder, isDashSpacingAffectedByViewportScale) .. py:function:: DucGlobalStateAddScopeExponentThreshold(builder, scopeExponentThreshold) .. py:function:: AddScopeExponentThreshold(builder, scopeExponentThreshold) .. py:function:: DucGlobalStateAddDimensionsAssociativeByDefault(builder, dimensionsAssociativeByDefault) .. py:function:: AddDimensionsAssociativeByDefault(builder, dimensionsAssociativeByDefault) .. py:function:: DucGlobalStateAddUseAnnotativeScaling(builder, useAnnotativeScaling) .. py:function:: AddUseAnnotativeScaling(builder, useAnnotativeScaling) .. py:function:: DucGlobalStateAddDisplayPrecisionLinear(builder, displayPrecisionLinear) .. py:function:: AddDisplayPrecisionLinear(builder, displayPrecisionLinear) .. py:function:: DucGlobalStateAddDisplayPrecisionAngular(builder, displayPrecisionAngular) .. py:function:: AddDisplayPrecisionAngular(builder, displayPrecisionAngular) .. py:function:: DucGlobalStateAddPruningLevel(builder, pruningLevel) .. py:function:: AddPruningLevel(builder, pruningLevel) .. py:function:: DucGlobalStateEnd(builder) .. py:function:: End(builder)