Chemical Data Processing Library C++ API - Version 1.4.0
Variables
CDPL::Vis::Object3DProperty Namespace Reference

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

Variables

CDPL_VIS_API const Base::LookupKey SHAPE
 Specifies the Vis::Shape3D instance associated with the 3D object. More...
 
CDPL_VIS_API const Base::LookupKey TRANSFORMATION_MATRIX
 Specifies a transformation to apply to the geometry of the 3D object and all sub-objects. More...
 
CDPL_VIS_API const 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

Variable Documentation

◆ SHAPE

CDPL_VIS_API const Base::LookupKey CDPL::Vis::Object3DProperty::SHAPE
extern

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

Value Type: Vis::Shape3D::SharedPointer

Since
1.3

◆ TRANSFORMATION_MATRIX

CDPL_VIS_API const Base::LookupKey CDPL::Vis::Object3DProperty::TRANSFORMATION_MATRIX
extern

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

Value Type: Math::Matrix4D

Since
1.3

◆ MATERIAL

CDPL_VIS_API const Base::LookupKey CDPL::Vis::Object3DProperty::MATERIAL
extern

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

Value Type: Vis::Material

Since
1.3