MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / convert_to_voxel_attribute_from_name

Method convert_to_voxel_attribute_from_name

tools/MeshUtils/AttributeUtils.cpp:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239VectorF AttributeUtils::convert_to_voxel_attribute_from_name(Mesh& mesh,
240 const std::string& attribute_name) {
241 const VectorF& attr = mesh.get_attribute(attribute_name);
242 return convert_to_voxel_attribute(mesh, attr);
243}
244

Callers 1

Calls 2

get_attributeMethod · 0.45

Tested by

no test coverage detected