GPencilTriangle(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.GPencilTriangle(bpy_struct)¶ Triangulation data for HQ fill
-
v1¶ First triangle vertex index
Type: int in [-inf, inf], default 0, (readonly)
-
v2¶ Second triangle vertex index
Type: int in [-inf, inf], default 0, (readonly)
-
v3¶ Third triangle vertex index
Type: int in [-inf, inf], default 0, (readonly)
-
Inherited Properties
Inherited Functions
References