ducpy.Duc.DucGlobalState

Attributes

np

Classes

Functions

DucGlobalStateStart(builder)

Start(builder)

DucGlobalStateAddName(builder, name)

AddName(builder, name)

DucGlobalStateAddViewBackgroundColor(builder, ...)

AddViewBackgroundColor(builder, viewBackgroundColor)

DucGlobalStateAddMainScope(builder, mainScope)

AddMainScope(builder, mainScope)

DucGlobalStateAddDashSpacingScale(builder, ...)

AddDashSpacingScale(builder, dashSpacingScale)

DucGlobalStateAddIsDashSpacingAffectedByViewportScale(...)

AddIsDashSpacingAffectedByViewportScale(builder, ...)

DucGlobalStateAddScopeExponentThreshold(builder, ...)

AddScopeExponentThreshold(builder, scopeExponentThreshold)

DucGlobalStateAddDimensionsAssociativeByDefault(...)

AddDimensionsAssociativeByDefault(builder, ...)

DucGlobalStateAddUseAnnotativeScaling(builder, ...)

AddUseAnnotativeScaling(builder, useAnnotativeScaling)

DucGlobalStateAddDisplayPrecisionLinear(builder, ...)

AddDisplayPrecisionLinear(builder, displayPrecisionLinear)

DucGlobalStateAddDisplayPrecisionAngular(builder, ...)

AddDisplayPrecisionAngular(builder, ...)

DucGlobalStateAddPruningLevel(builder, pruningLevel)

AddPruningLevel(builder, pruningLevel)

DucGlobalStateEnd(builder)

End(builder)

Module Contents

ducpy.Duc.DucGlobalState.np
class ducpy.Duc.DucGlobalState.DucGlobalState

Bases: object

__slots__ = ['_tab']
classmethod GetRootAs(buf, offset=0)
classmethod GetRootAsDucGlobalState(buf, offset=0)

This method is deprecated. Please switch to GetRootAs.

classmethod DucGlobalStateBufferHasIdentifier(buf, offset, size_prefixed=False)
Init(buf, pos)
Name()
ViewBackgroundColor()
MainScope()
DashSpacingScale()
IsDashSpacingAffectedByViewportScale()
ScopeExponentThreshold()
DimensionsAssociativeByDefault()
UseAnnotativeScaling()
DisplayPrecisionLinear()
DisplayPrecisionAngular()
PruningLevel()
ducpy.Duc.DucGlobalState.DucGlobalStateStart(builder)
ducpy.Duc.DucGlobalState.Start(builder)
ducpy.Duc.DucGlobalState.DucGlobalStateAddName(builder, name)
ducpy.Duc.DucGlobalState.AddName(builder, name)
ducpy.Duc.DucGlobalState.DucGlobalStateAddViewBackgroundColor(builder, viewBackgroundColor)
ducpy.Duc.DucGlobalState.AddViewBackgroundColor(builder, viewBackgroundColor)
ducpy.Duc.DucGlobalState.DucGlobalStateAddMainScope(builder, mainScope)
ducpy.Duc.DucGlobalState.AddMainScope(builder, mainScope)
ducpy.Duc.DucGlobalState.DucGlobalStateAddDashSpacingScale(builder, dashSpacingScale)
ducpy.Duc.DucGlobalState.AddDashSpacingScale(builder, dashSpacingScale)
ducpy.Duc.DucGlobalState.DucGlobalStateAddIsDashSpacingAffectedByViewportScale(builder, isDashSpacingAffectedByViewportScale)
ducpy.Duc.DucGlobalState.AddIsDashSpacingAffectedByViewportScale(builder, isDashSpacingAffectedByViewportScale)
ducpy.Duc.DucGlobalState.DucGlobalStateAddScopeExponentThreshold(builder, scopeExponentThreshold)
ducpy.Duc.DucGlobalState.AddScopeExponentThreshold(builder, scopeExponentThreshold)
ducpy.Duc.DucGlobalState.DucGlobalStateAddDimensionsAssociativeByDefault(builder, dimensionsAssociativeByDefault)
ducpy.Duc.DucGlobalState.AddDimensionsAssociativeByDefault(builder, dimensionsAssociativeByDefault)
ducpy.Duc.DucGlobalState.DucGlobalStateAddUseAnnotativeScaling(builder, useAnnotativeScaling)
ducpy.Duc.DucGlobalState.AddUseAnnotativeScaling(builder, useAnnotativeScaling)
ducpy.Duc.DucGlobalState.DucGlobalStateAddDisplayPrecisionLinear(builder, displayPrecisionLinear)
ducpy.Duc.DucGlobalState.AddDisplayPrecisionLinear(builder, displayPrecisionLinear)
ducpy.Duc.DucGlobalState.DucGlobalStateAddDisplayPrecisionAngular(builder, displayPrecisionAngular)
ducpy.Duc.DucGlobalState.AddDisplayPrecisionAngular(builder, displayPrecisionAngular)
ducpy.Duc.DucGlobalState.DucGlobalStateAddPruningLevel(builder, pruningLevel)
ducpy.Duc.DucGlobalState.AddPruningLevel(builder, pruningLevel)
ducpy.Duc.DucGlobalState.DucGlobalStateEnd(builder)
ducpy.Duc.DucGlobalState.End(builder)