Programming API Reference: SharpGfx.Geometries

Class public DimensionAttribute

is Attribute
Annotation on properties of objects IGeometry about the geometric dimensionality. This information is required by the OpenGL backend.
Property public int N { get; }: the number of dimensions.

Constructor()

This constructor is used by the C# annotation framework.
  • int n: the number of dimensions.