![]() |
Murl Engine API
Version 2018.3
|
The BoundingBox node class. More...
#include <murl_graph_bounding_box.h>
The BoundingBox node class.
enableClamping="false" [Bool]
Enable/disable inner volume clamping. See Murl::Graph::IBoundingBox::SetClampingEnabled().
enableViewCulling="true" [Bool]
Enable/disable view culling. See Murl::Graph::IBoundingBox::SetViewCullingEnabled().
minX="0.0" [Real]
The minimum box extent in X direction. See Murl::Graph::IBoundingBox::SetMinimum().
minY="0.0" [Real]
The minimum box extent in Y direction. See Murl::Graph::IBoundingBox::SetMinimum().
minZ="0.0" [Real]
The minimum box extent in Z direction. See Murl::Graph::IBoundingBox::SetMinimum().
maxX="0.0" [Real]
The maximum box extent in X direction. See Murl::Graph::IBoundingBox::SetMaximum().
maxY="0.0" [Real]
The maximum box extent in Y direction. See Murl::Graph::IBoundingBox::SetMaximum().
maxZ="0.0" [Real]
The maximum box extent in Z direction. See Murl::Graph::IBoundingBox::SetMaximum().
offsetX="0.0" [Real]
The box' center offset in X direction.
offsetY="0.0" [Real]
The box' center offset in Y direction.
offsetZ="0.0" [Real]
The box' center offset in Z direction.
sizeX="0.0" [Real]
The box size in X direction.
sizeY="0.0" [Real]
The box size in Y direction.
sizeZ="0.0" [Real]
The box size in Z direction.
Additional Inherited Members | |
![]() | |
typedef Array< const ClassInfo *> | ClassInfoArray |
Definition of an array of ClassInfo objects. More... | |
![]() | |
virtual | ~IFactoryObject () |
The destructor. More... | |
virtual const ClassInfo * | GetObjectClassInfo () const=0 |
Get the object instance's class info, if present. More... | |
virtual void | ResetObjectProperties ()=0 |
Reset the object instance's properties to their default values. | |
![]() | |
static const PropertyInfo * | GetPropertyInfo () |
Get the class' property info struct. More... | |
static const AttributeInfo * | GetAttributeInfo () |
Get the class' attribute info struct. More... | |
static void | ResetProperties (IFactoryObject< INode > *object) |
Reset an object instance's properties to their default values. More... | |