C# Класс CSharpGL.GeometryTypesHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
GetVertexCount ( this type ) : int

Get vertex count of specified geometry's type.

returns -1 if type is PickingGeometryType.Polygon.

ToDrawMode ( this type ) : DrawMode

Описание методов

GetVertexCount() публичный статический Метод

Get vertex count of specified geometry's type.

returns -1 if type is PickingGeometryType.Polygon.

public static GetVertexCount ( this type ) : int
type this
Результат int

ToDrawMode() публичный статический Метод

public static ToDrawMode ( this type ) : DrawMode
type this
Результат DrawMode