Eyeshot 10 WinForms API Reference
Triangles Property (Region)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Region Class : Triangles Property
Gets or sets the region triangles.
Syntax
'Declaration
 
Public Property Triangles As IndexTriangle()
public IndexTriangle[] Triangles {get; set;}
Remarks
Region triangles are generated automatically by Entity.Regen.
See Also

Reference

Region Class
Region Members