ObjVertex constructor
init
Initializes a new instance of the ObjVertex
class.
def __init__(self, x, y, z):
...
Parameter | Type | Description |
---|---|---|
x | float | The x coordinate. |
y | float | The y coordinate. |
z | float | The z coordinate. |
See Also
- module
aspose.cad.fileformats.obj.vertexdata
- class
ObjVertex