MeshObject

class compas_blender.scene.MeshObject[source]

Bases: BlenderSceneObject, MeshObject

Scene object for drawing mesh data structures in Blender.

Parameters:
meshcompas.datastructures.Mesh

A COMPAS mesh.

Methods

clear

The main clearing method.

clear_edges

Clear the edge objects.

clear_faces

Clear the face objects.

clear_vertices

Clear the vertex objects.

draw

Draw the mesh.

draw_edges

Draw a selection of edges.

draw_facenormals

Draw the normals of the faces.

draw_faces

Draw a selection of faces.

draw_pipes

Draw pipes around the edges of the mesh.

draw_spheres

Draw spheres at the vertices of the mesh.

draw_vertexnormals

Draw the normals at the vertices of the mesh.

draw_vertices

Draw a selection of vertices.

Inherited Methods

add

Add a child item to the scene object.

add_object_to_collection

Add an object to a collection.

clear_collection

Clear the objects in a collection.

create_collection

Create a collection with the given name.

create_object

Add an object to the Blender scene.

delete_collection

Delete a collection.

draw_mesh

Draw the mesh of the mesh.

set_object_color

Set the color of a Blender object.

set_object_tranformation

Set the transformation of a Blender object.

update_object

Update an object in the Blender scene.