ducpy.Duc.CustomHatchPattern

Attributes

np

Classes

Functions

CustomHatchPatternStart(builder)

Start(builder)

CustomHatchPatternAddName(builder, name)

AddName(builder, name)

CustomHatchPatternAddDescription(builder, description)

AddDescription(builder, description)

CustomHatchPatternAddLines(builder, lines)

AddLines(builder, lines)

CustomHatchPatternStartLinesVector(builder, numElems)

StartLinesVector(builder, numElems)

CustomHatchPatternEnd(builder)

End(builder)

Module Contents

ducpy.Duc.CustomHatchPattern.np
class ducpy.Duc.CustomHatchPattern.CustomHatchPattern

Bases: object

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

This method is deprecated. Please switch to GetRootAs.

classmethod CustomHatchPatternBufferHasIdentifier(buf, offset, size_prefixed=False)
Init(buf, pos)
Name()
Description()
Lines(j)
LinesLength()
LinesIsNone()
ducpy.Duc.CustomHatchPattern.CustomHatchPatternStart(builder)
ducpy.Duc.CustomHatchPattern.Start(builder)
ducpy.Duc.CustomHatchPattern.CustomHatchPatternAddName(builder, name)
ducpy.Duc.CustomHatchPattern.AddName(builder, name)
ducpy.Duc.CustomHatchPattern.CustomHatchPatternAddDescription(builder, description)
ducpy.Duc.CustomHatchPattern.AddDescription(builder, description)
ducpy.Duc.CustomHatchPattern.CustomHatchPatternAddLines(builder, lines)
ducpy.Duc.CustomHatchPattern.AddLines(builder, lines)
ducpy.Duc.CustomHatchPattern.CustomHatchPatternStartLinesVector(builder, numElems)
ducpy.Duc.CustomHatchPattern.StartLinesVector(builder, numElems)
ducpy.Duc.CustomHatchPattern.CustomHatchPatternEnd(builder)
ducpy.Duc.CustomHatchPattern.End(builder)