read_float method

read_float

Read the float field

Returns

def read_float(self, idx, field):
    ...
ParameterTypeDescription
idxintThe index of vertex to read
fieldaspose.threed.utilities.VertexFieldThe field with a float/double compatible data type

See Also