XPlot


Scene

Constructors

ConstructorDescription
new()
Signature: unit -> Scene

Instance members

Instance memberDescription
bgcolor()
Signature: unit -> string

Sets the background (bg) color of this scene (i.e. of the plotting surface and the margins).

bgcolor()
Signature: unit -> unit

Sets the background (bg) color of this scene (i.e. of the plotting surface and the margins).

cameraposition()
Signature: unit -> float [] []

Sets the camera position with respect to the scene. The first entry (a array of length 4) sets the angular position of the camera. The second entry (a array of length 3) sets the (x,y,z) translation of the camera. The third entry (a scalar) sets zoom of the camera.

cameraposition()
Signature: unit -> unit

Sets the camera position with respect to the scene. The first entry (a array of length 4) sets the angular position of the camera. The second entry (a array of length 3) sets the (x,y,z) translation of the camera. The third entry (a scalar) sets zoom of the camera.

domain()
Signature: unit -> string option

Sets the x-y domain of this scene on the plotting surface.

domain()
Signature: unit -> unit

Sets the x-y domain of this scene on the plotting surface.

ShouldSerializebgcolor()
Signature: unit -> bool
ShouldSerializecameraposition()
Signature: unit -> bool
ShouldSerializedomain()
Signature: unit -> bool
ShouldSerializexaxis()
Signature: unit -> bool
ShouldSerializeyaxis()
Signature: unit -> bool
ShouldSerializezaxis()
Signature: unit -> bool
xaxis()
Signature: unit -> XAxis

Links a dictionary describing an x-axis of a particular 3D scene.

xaxis()
Signature: unit -> unit

Links a dictionary describing an x-axis of a particular 3D scene.

yaxis()
Signature: unit -> YAxis

Links a dictionary describing an y-axis of a particular 3D scene.

yaxis()
Signature: unit -> unit

Links a dictionary describing an y-axis of a particular 3D scene.

zaxis()
Signature: unit -> Zaxis

Links a dictionary describing an z-axis of a particular 3D scene.

zaxis()
Signature: unit -> unit

Links a dictionary describing an z-axis of a particular 3D scene.

Fork me on GitHub