<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Class to define a domain...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Node to define a domain.
SoTransform * getTransform()
Get the domain transform matrix in an SoTransform object.
BoundingBoxType
Bounding box interpretation.
void setValues(const SbVec2f &min, const SbVec2f &max, BoundingBoxType type=AS_IS)
Convenience method to define a 2D domain.
SoSFVec3f min
Define the minimum of the domain.
SoSFVec3f max
Define the maximum of the domain.
SoSFEnum transformType
Define the transformation type of the domain.
SoMatrixTransform * getMatrixTransform()
Get the domain transform matrix in an SbMatrix object.
void setValues(const SbVec3f &min, const SbVec3f &max, BoundingBoxType type=AS_IS)
Convenience method to define a 3D domain.