siVolumeCenterMethod Enum
Enumerations
enum
siVolumeCenterMethod
{
siVolumeCenterMethodCOG
= 0,
siVolumeCenterMethodBBoxCenter
= 1,
siVolumeCenterMethodObjectCenter
= 2
}
Detailed Description
Indicates the method to use for calculating the center of a bounding volume.
See also:
Geometry::GetBoundingCapsule
,
Geometry::GetBoundingSphere
,
Geometry::GetBoundingCapsule
,
Geometry::GetBoundingSphere
Enumeration Type Documentation
enum siVolumeCenterMethod
Enumerator:
siVolumeCenterMethodCOG
[0] Use center of gravity (averaged location of all points).
siVolumeCenterMethodBBoxCenter
[1] Use center of the bounding box.
siVolumeCenterMethodObjectCenter
[2] Use the object's local center.