MeshLoop(bpy_struct)

base class — bpy_struct

class bpy.types.MeshLoop(bpy_struct)

Loop in a Mesh datablock

edge_index

Edge index

Type :int in [0, inf], default 0
index

Index number of the loop

Type :int in [0, inf], default 0, (readonly)
vertex_index

Vertex index

Type :int in [0, inf], default 0

Inherited Properties

Inherited Functions

References

Previous topic

MeshIntPropertyLayer(bpy_struct)

Next topic

MeshLoopColor(bpy_struct)