read_double method

read_double(self, idx, field)

Read the double field

Returns

Double value of specified vertex’s field


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

See Also