Beispiel #1
0
def convert_to_face_attribute_from_name(mesh, name):
    return PyMesh.convert_to_face_attribute_from_name(mesh.raw_mesh, name)
def convert_to_face_attribute_from_name(mesh, name):
    """ Same as :py:func:`convert_to_face_attribute` except looking up
    attribute values from the input ``mesh`` using ``name``.
    """
    return PyMesh.convert_to_face_attribute_from_name(mesh.raw_mesh, name)
Beispiel #3
0
def convert_to_face_attribute_from_name(mesh, name):
    """ Same as :py:func:`convert_to_face_attribute` except looking up
    attribute values from the input ``mesh`` using ``name``.
    """
    return PyMesh.convert_to_face_attribute_from_name(mesh.raw_mesh, name);