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):
...
| Parameter | Type | Description |
|---|---|---|
| idx | int | The index of vertex to read |
| field | aspose.threed.utilities.VertexField | The field with a Vector2/FVector2 data type |
See Also
- module
aspose.threed.entities - class
FVector2 - class
TriMesh