C# Класс VisualPOVRAY.Box

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

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

Свойство Тип Описание
lowerleftcorner Point3
reactive bool
rotation Point3
texture PovTexture
translate Point3
upperrightcorner Point3

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

Метод Описание
Box ( Point3 lowerleftcorner = null, Point3 upperrightcorner = 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

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

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

public Box ( Point3 lowerleftcorner = null, Point3 upperrightcorner = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
lowerleftcorner Point3
upperrightcorner Point3
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

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

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

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

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

public bool reactive
Результат bool

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

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

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

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

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

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

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

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