ducpy.Duc.DucBlockInstanceElement

Attributes

np

Classes

Functions

Module Contents

ducpy.Duc.DucBlockInstanceElement.np
class ducpy.Duc.DucBlockInstanceElement.DucBlockInstanceElement

Bases: object

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

This method is deprecated. Please switch to GetRootAs.

classmethod DucBlockInstanceElementBufferHasIdentifier(buf, offset, size_prefixed=False)
Init(buf, pos)
Base()
BlockId()
ElementOverrides(j)
ElementOverridesLength()
ElementOverridesIsNone()
AttributeValues(j)
AttributeValuesLength()
AttributeValuesIsNone()
DuplicationArray()
ducpy.Duc.DucBlockInstanceElement.DucBlockInstanceElementStart(builder)
ducpy.Duc.DucBlockInstanceElement.Start(builder)
ducpy.Duc.DucBlockInstanceElement.DucBlockInstanceElementAddBase(builder, base)
ducpy.Duc.DucBlockInstanceElement.AddBase(builder, base)
ducpy.Duc.DucBlockInstanceElement.DucBlockInstanceElementAddBlockId(builder, blockId)
ducpy.Duc.DucBlockInstanceElement.AddBlockId(builder, blockId)
ducpy.Duc.DucBlockInstanceElement.DucBlockInstanceElementAddElementOverrides(builder, elementOverrides)
ducpy.Duc.DucBlockInstanceElement.AddElementOverrides(builder, elementOverrides)
ducpy.Duc.DucBlockInstanceElement.DucBlockInstanceElementStartElementOverridesVector(builder, numElems)
ducpy.Duc.DucBlockInstanceElement.StartElementOverridesVector(builder, numElems)
ducpy.Duc.DucBlockInstanceElement.DucBlockInstanceElementAddAttributeValues(builder, attributeValues)
ducpy.Duc.DucBlockInstanceElement.AddAttributeValues(builder, attributeValues)
ducpy.Duc.DucBlockInstanceElement.DucBlockInstanceElementStartAttributeValuesVector(builder, numElems)
ducpy.Duc.DucBlockInstanceElement.StartAttributeValuesVector(builder, numElems)
ducpy.Duc.DucBlockInstanceElement.DucBlockInstanceElementAddDuplicationArray(builder, duplicationArray)
ducpy.Duc.DucBlockInstanceElement.AddDuplicationArray(builder, duplicationArray)
ducpy.Duc.DucBlockInstanceElement.DucBlockInstanceElementEnd(builder)
ducpy.Duc.DucBlockInstanceElement.End(builder)