Fld constructor

Fld(ix, shape)

Constructor.

def __init__(self, ix, shape):
    ...
ParameterTypeDescription
ixintThe zero-based index of the element Field within its parent element Shape.
shapeShapeShape.

See Also