C# Class VisualPOVRAY.Cone

Inheritance: PovObj
Afficher le fichier Open project: TheAwesomePossum/VisualPOVray

Méthodes publiques

Свойство Type Description
bottompoint Point3
bottomradius Signal
rotation Point3
texture PovTexture
toppoint Point3
topradius Signal
translate Point3

Méthodes publiques

Méthode Description
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

Method Details

Cone() public méthode

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
Résultat System

move() public méthode

public move ( Point3 transform ) : void
transform Point3
Résultat void

render() public méthode

public render ( ) : List
Résultat List

update() public méthode

public update ( float time ) : void
time float
Résultat void

Property Details

bottompoint public_oe property

public Point3,VisualPOVRAY bottompoint
Résultat Point3

bottomradius public_oe property

public Signal bottomradius
Résultat Signal

rotation public_oe property

public Point3,VisualPOVRAY rotation
Résultat Point3

texture public_oe property

public PovTexture,VisualPOVRAY texture
Résultat PovTexture

toppoint public_oe property

public Point3,VisualPOVRAY toppoint
Résultat Point3

topradius public_oe property

public Signal topradius
Résultat Signal

translate public_oe property

public Point3,VisualPOVRAY translate
Résultat Point3