C# Класс JsonWrappers.ViewerLoadParams

A container for parameters to be passed to the ViewerLoader javascript class.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
BasePath string
IsViewable bool
NumPolygons int
TempArchiveName string
UnitScale string
UpAxis string

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

Метод Описание
ViewerLoadParams ( ) : System

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

ViewerLoadParams() публичный Метод

public ViewerLoadParams ( ) : System
Результат System

Описание свойств

BasePath публичное свойство

The path to the "Public" folder where the Model IHttpHandler is located.
public string BasePath
Результат string

IsViewable публичное свойство

Determines whether the ViewerLoader can load the data.
public bool IsViewable
Результат bool

NumPolygons публичное свойство

Used to determine whether it can be loaded in the flash player
public int NumPolygons
Результат int

TempArchiveName публичное свойство

The Unit Scale (in meters) to be set for the viewer (Flash and O3D).
public string TempArchiveName
Результат string

UnitScale публичное свойство

The Unit Scale (in meters) to be set for the viewer (Flash and O3D).
public string UnitScale
Результат string

UpAxis публичное свойство

The Up Axis to be set for the viewer (Flash and O3D).
public string UpAxis
Результат string