C# Класс JsonWrappers.AdvancedDownloadPreviewSettings

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

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

Свойство Тип Описание
BaseContentUrl string
BasePath string
FlashLocation string
IsViewable bool
O3DLocation string
Polygons int
ShowScreenshot bool
UnitScale string
UpAxis string

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

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

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

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

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

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

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

The filename and parameter template for the ModelIHttpHandler URL.
public string BaseContentUrl
Результат string

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

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

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

The filename for loading via the Flash viewer.
public string FlashLocation
Результат string

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

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

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

The filename for loading via the O3D viewer.
public string O3DLocation
Результат string

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

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

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

Determines whether to show the screenshot button in the viewer.
public bool ShowScreenshot
Результат bool

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