luminarycloud.meshing.metadata¶
Classes¶
Represents a Mesh object. |
|
Contains info about a Mesh. |
|
Contains stats about a part of a mesh. |
|
Contains info about a zone in a mesh. |
Package Contents¶
- class BoundaryMetadata(proto_type: google.protobuf.message.Message | None = None)¶
Represents a Mesh object.
- name: str¶
The name of this mesh boundary.
- class MeshMetadata(proto_type: google.protobuf.message.Message | None = None)¶
Contains info about a Mesh.
- zones: list[ZoneMetadata]¶
The zones in this mesh.
- class MeshStats(proto_type: google.protobuf.message.Message | None = None)¶
Contains stats about a part of a mesh.
- max_coord: luminarycloud.types.Vector3¶
The maximum coordinate.
- min_coord: luminarycloud.types.Vector3¶
The minimum coordinate.
- n_cvs: int¶
The number of control volumes.
- n_faces: int¶
The number of faces.
- n_points: int¶
The number of points.