compas_blender.geometry.BlenderMesh
- class compas_blender.geometry.BlenderMesh(obj)[source]
Bases:
compas_blender.geometry._geometry.BaseBlenderGeometry
Methods
bevel
([width, segments, only_vertices])closest_point
(point[, maxdist])closest_points
(points[, maxdist])delete
()edge_length
(edge)edges_lengths
([edges])face_area
(face)face_normal
(face)faces_areas
([faces])faces_normals
([faces])from_name
(name)from_selection
()get_border
()get_edge_index
()get_edge_vertex_indices
(edge)get_edges_indices
()get_edges_vertex_indices
([edges])get_face_index
()get_face_vertex_coordinates
(face)get_face_vertex_indices
(face)get_faces_indices
()get_faces_vertex_coordinates
([faces])get_faces_vertex_indices
([faces])get_vertex_coordinates
(vertex)get_vertex_face_indices
()get_vertex_index
()get_vertices_and_faces
()get_vertices_colors
([vertices])get_vertices_coordinates
()get_vertices_face_indices
()get_vertices_indices
()hide
()purge
()select
()set_vertices_colors
(colors)set_vertices_coordinates
(xyzs)show
()subdivide
([levels, type])to_datastructure
()triangulate
()unselect
()unset_vertices_colors
()Attributes
location