![]() |
Chemical Data Processing Library Python API - Version 1.3.0
|
Provides keys for built-in Vis.Object3D properties. More...
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... | |
Provides keys for built-in Vis.Object3D properties.
|
static |
Specifies the Vis.Shape3D instance associated with the 3D object.
Value Type: Vis.Shape3D.SharedPointer.
|
static |
Specifies a transformation to apply to the geometry of the 3D object and all sub-objects.
Value Type: Math.Matrix4D.
|
static |
Specifies the material properties of the 3D object and all sub-objects.
Value Type: Vis.Material.