Methods
|
|
Mesh
__hash__
edgeArray
edges
vertexArray
vertices
vrml
|
|
Mesh
|
Mesh ( self )
Mesh() -> Mesh
Mesh constructor documentation.
|
|
__hash__
|
__hash__ ( self )
arguments/return value unknown
hash instance
|
|
edgeArray
|
edgeArray ( self )
edgeArray() -> PyObject*
edgeArray documentation.
|
|
edges
|
edges ( self )
edges() -> std::vector<Edge>
edges documentation.
|
|
vertexArray
|
vertexArray ( self )
vertexArray() -> PyObject*
vertexArray documentation.
|
|
vertices
|
vertices ( self )
vertices() -> std::vector<otf::Geom3d::Point>
vertices documentation.
|
|
vrml
|
vrml (
self,
r,
g,
b,
a,
)
vrml(float r, float g, float b, float a) -> std::string
vrml documentation.
|