read_double method

read_double

Read the double field

Returns

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