Chemical Data Processing Library Python API - Version 1.3.0
Static Public Attributes | List of all members
CDPL.Vis.Object3DProperty Class Reference

Provides keys for built-in Vis.Object3D properties. More...

+ Inheritance diagram for CDPL.Vis.Object3DProperty:

Static Public Attributes

 SHAPE = CDPL.Base.LookupKey('SHAPE')
 Specifies the Vis.Shape3D instance associated with the 3D object. More...
 
 TRANSFORMATION_MATRIX = CDPL.Base.LookupKey('TRANSFORMATION_MATRIX')
 Specifies a transformation to apply to the geometry of the 3D object and all sub-objects. More...
 
 MATERIAL = CDPL.Base.LookupKey('MATERIAL')
 Specifies the material properties of the 3D object and all sub-objects. More...
 

Detailed Description

Provides keys for built-in Vis.Object3D properties.

Since
1.3

Member Data Documentation

◆ SHAPE

CDPL.Vis.Object3DProperty.SHAPE = CDPL.Base.LookupKey('SHAPE')
static

Specifies the Vis.Shape3D instance associated with the 3D object.

Value Type: Vis.Shape3D.SharedPointer.

◆ TRANSFORMATION_MATRIX

CDPL.Vis.Object3DProperty.TRANSFORMATION_MATRIX = CDPL.Base.LookupKey('TRANSFORMATION_MATRIX')
static

Specifies a transformation to apply to the geometry of the 3D object and all sub-objects.

Value Type: Math.Matrix4D.

◆ MATERIAL

CDPL.Vis.Object3DProperty.MATERIAL = CDPL.Base.LookupKey('MATERIAL')
static

Specifies the material properties of the 3D object and all sub-objects.

Value Type: Vis.Material.