C# Class VisualPOVRAY.Prism

Inheritance: PovObj
Exibir arquivo Open project: TheAwesomePossum/VisualPOVray

Public Properties

Property Type Description
loc Point3
numPoints Signal
p VisualPOVRAY.Point2[]
points String
reactive bool

Public Methods

Method Description
Prism ( String spline_type, float height1, float height2, int numPoints, Point2 p, Point3 loc = null, bool reactive = false, Signal rh1 = null, Signal rh2 = null, Signal nps = null ) : System
move ( Point3 loc ) : void
render ( ) : List
update ( float currentTime ) : void

Method Details

Prism() public method

public Prism ( String spline_type, float height1, float height2, int numPoints, Point2 p, Point3 loc = null, bool reactive = false, Signal rh1 = null, Signal rh2 = null, Signal nps = null ) : System
spline_type String
height1 float
height2 float
numPoints int
p Point2
loc Point3
reactive bool
rh1 Signal
rh2 Signal
nps Signal
return System

move() public method

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

render() public method

public render ( ) : List
return List

update() public method

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

Property Details

loc public_oe property

public Point3,VisualPOVRAY loc
return Point3

numPoints public_oe property

public Signal numPoints
return Signal

p public_oe property

public Point2[],VisualPOVRAY p
return VisualPOVRAY.Point2[]

points public_oe property

public String points
return String

reactive public_oe property

public bool reactive
return bool