Method LineToTexture
LineToTexture(OccurrenceList, UseColorOption, int, int)
Generate a textured quadrangle over an existing mesh of coplanar lines
Declaration
public void LineToTexture(OccurrenceList lines, UseColorOption useColor, int resolution = 512, int thickness = 5)
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | lines | Lines to select |
UseColorOption | useColor | Set color policy. |
int | resolution | Texture resolution |
int | thickness | The thickness of the lines in pixels |