Shell 3D.
Declaration Syntax
public interface IShell3D
Table 1851: Members
Property | Colors |
Gets the colors. |
Property | Connectivity |
Gets the connectivity. |
Property | HasColors |
Gets a value indicating whether colors are defined. |
Property | Initialized |
Gets a value indicating whether the shell is initialized. |
Property | Normals |
Gets the normals. |
Property | TriangleCount |
Gets the facets count. |
Property | Vertices |
Gets the vertices. |
Method | SetAttributes(IEnumerable<double>, IEnumerable<double>, IEnumerable<int>) |
Sets all needed attributes to build the shell. |
Method | SetAttributes(IEnumerable<double>, IEnumerable<double>, IEnumerable<int>, IEnumerable<int>) |
Sets all needed attributes to build the shell, including the vertice colors. |