Eyeshot 10 WinForms API Reference
EstimateBoundingBox Method (Entity)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Entity Class : EstimateBoundingBox Method
Blocks dictionary
Returns a small set of points that gives an idea of the entity bounding box.
Syntax
'Declaration
 
Public MustOverride Function EstimateBoundingBox( _
   ByVal blocks As Dictionary(Of String,Block) _
) As Point3D()
public abstract Point3D[] EstimateBoundingBox( 
   Dictionary<string,Block> blocks
)

Parameters

blocks
Blocks dictionary

Return Value

An array of 3D points.
See Also

Reference

Entity Class
Entity Members