load_vertices_from_bytes method
load_vertices_from_bytes(self, vertices_in_bytes)
Load vertices from bytes, the length of bytes must be an integer multiple of vertex size.
def load_vertices_from_bytes(self, vertices_in_bytes):
...
| Parameter | Type | Description |
|---|---|---|
| vertices_in_bytes | bytes |
Exceptions
| Exception | Description |
|---|---|
| ArgumentNullException | |
| ArgumentException |
See Also
- module
aspose.threed.entities - class
TriMesh