v_sim.GlExtPlanes

g GObject.Object GObject.Object v_sim.GlExt v_sim.GlExt GObject.Object->v_sim.GlExt v_sim.GlExtPlanes v_sim.GlExtPlanes v_sim.GlExt->v_sim.GlExtPlanes

Subclasses:

None

Methods

Inherited:

v_sim.GlExt (16), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new (name)

setBox (box)

Virtual Methods

Inherited:

v_sim.GlExt (3), GObject.Object (7)

Properties

Inherited:

v_sim.GlExt (9)

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

v_sim.GlExt

r

planes

v_sim.PlaneSet

r

priv

v_sim.GlExtPlanesPrivate

r

Class Details

class v_sim.GlExtPlanes(**kwargs)
Bases:

v_sim.GlExt

Abstract:

No

Structure:

v_sim.GlExtPlanesClass

An opaque structure.

New in version 3.7.

classmethod new(name)
Parameters:

name (str or None) – the name to give to the extension (default is v_sim.GL_EXT_PLANES_ID).

Returns:

a pointer to the v_sim.GlExt it created or None otherwise.

Return type:

v_sim.GlExtPlanes

Creates a new v_sim.GlExt to draw a list of planes.

New in version 3.7.

setBox(box)
Parameters:

box (v_sim.Box) – a v_sim.Box object.

Returns:

True if the box is actually changed.

Return type:

bool

Apply box on every plane rendered by self.

New in version 3.8.