read_float method

read_float(self, idx, field)

Read the float field

Returns

Float value of specified vertex’s field


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