read_f_vector2 method

read_f_vector2(self, idx, field)

Read the vector2 field

Returns

FVector2 of specified vertex’s field


def read_f_vector2(self, idx, field):
    ...
ParameterTypeDescription
idxintThe index of vertex to read
fieldaspose.threed.utilities.VertexFieldThe field with a Vector2/FVector2 data type

See Also