C# Class VisualPOVRAY.Cylinder

Inheritance: PovObj
显示文件 Open project: TheAwesomePossum/VisualPOVray

Public Properties

Property Type Description
basepoint Point3
radius Signal
rotation Point3
toppoint Point3
translate Point3

Public Methods

Method Description
Cylinder ( Point3 basepoint = null, Point3 toppoint = null, float radius = 1.0f, Signal radiusr = 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

Cylinder() public method

public Cylinder ( Point3 basepoint = null, Point3 toppoint = null, float radius = 1.0f, Signal radiusr = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
basepoint Point3
toppoint Point3
radius float
radiusr Signal
translate Point3
rotation Point3
texture PovTexture
finish String
reactive bool
return System

move() public method

public move ( Point3 transform ) : void
transform Point3
return void

render() public method

public render ( ) : List
return List

update() public method

public update ( float time ) : void
time float
return void

Property Details

basepoint public_oe property

public Point3,VisualPOVRAY basepoint
return Point3

radius public_oe property

public Signal radius
return Signal

rotation public_oe property

public Point3,VisualPOVRAY rotation
return Point3

toppoint public_oe property

public Point3,VisualPOVRAY toppoint
return Point3

translate public_oe property

public Point3,VisualPOVRAY translate
return Point3