Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / CombineBoundingBox Method
The transformation applied to the entity
The minimum point of the bounding box
The maximum point of the bounding box.

In This Topic
    CombineBoundingBox Method (Entity)
    In This Topic
    Combines the entity's bounding box with the given bounding box.
    Syntax
    'Declaration
     
    Protected Friend Overridable Function CombineBoundingBox( _
       ByVal transform As Transformation, _
       ByVal boxMin As Point3D, _
       ByVal boxMax As Point3D _
    ) As Boolean
    protected internal virtual bool CombineBoundingBox( 
       Transformation transform,
       Point3D boxMin,
       Point3D boxMax
    )

    Parameters

    transform
    The transformation applied to the entity
    boxMin
    The minimum point of the bounding box
    boxMax
    The maximum point of the bounding box.

    Return Value

    True if successful, false otherwise.
    See Also