IGeoTessellation

Defines a tessellation.

Declaration Syntax

public interface IGeoTessellation

Table 1874: Members

Property

FacetCount

Gets the number of facets.

Property

Indices

Gets an array of indices. (Ordered n1,i1_1,i1_2,...,i1_n1, n2,i2_1,i2_2,...i2_n2, ...).

Property

Normals

Gets an array of normal vectors. (Ordered x1,y1,z1,x2,y2,z2,...,xn,yn,zn).

Property

Points

Gets an array of point coordinates. (Ordered x1,y1,z1,x2,y2,z2,...,xn,yn,zn).