C# Класс VisualPOVRAY.Cone

Наследование: PovObj
Показать файл Открыть проект

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

Свойство Тип Описание
bottompoint Point3
bottomradius Signal
rotation Point3
texture PovTexture
toppoint Point3
topradius Signal
translate Point3

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

Метод Описание
Cone ( Point3 bottompoint = null, float bottomradius = 1.0f, Signal bottomradiusr = null, Point3 toppoint = null, float topradius = 0.0f, Signal topradiusr = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
move ( Point3 transform ) : void
render ( ) : List
update ( float time ) : void

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

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

public Cone ( Point3 bottompoint = null, float bottomradius = 1.0f, Signal bottomradiusr = null, Point3 toppoint = null, float topradius = 0.0f, Signal topradiusr = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
bottompoint Point3
bottomradius float
bottomradiusr Signal
toppoint Point3
topradius float
topradiusr Signal
translate Point3
rotation Point3
texture PovTexture
finish String
reactive bool
Результат System

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

public move ( Point3 transform ) : void
transform Point3
Результат void

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

public render ( ) : List
Результат List

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

public update ( float time ) : void
time float
Результат void

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

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

public Point3,VisualPOVRAY bottompoint
Результат Point3

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

public Signal bottomradius
Результат Signal

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

public Point3,VisualPOVRAY rotation
Результат Point3

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

public PovTexture,VisualPOVRAY texture
Результат PovTexture

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

public Point3,VisualPOVRAY toppoint
Результат Point3

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

public Signal topradius
Результат Signal

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

public Point3,VisualPOVRAY translate
Результат Point3