wolfhece.PyVertex

PyVertex — Vertex and cloud-of-vertices package for WOLF.

Provides:

  • wolfvertex — Single 3D vertex with associated values.

  • Cloud_Styles — Enum of rendering styles (POINT, CIRCLE, CROSS, QUAD).

  • cloudproperties — Visual properties for a cloud of vertices.

  • cloud_vertices — Collection of vertices with I/O, KDTree, rendering.

  • getRGBfromI() / getIfromRGB() — RGB <-> integer color conversion.

  • circle() / cross() / quad() — OpenGL drawing primitives.

When wxPython/OpenGL is not available, cloud_vertices and cloudproperties fall back to model-only versions (no rendering, no wx dialogs).

Submodules

Package Contents

wolfhece.PyVertex.cloud_vertices[source]