IDSViewHooks::GetBoundBox

Use this method to determine the extent of custom geometry (bounding box of the custom geometry).

Compatibility

Cimatron 2026 or later

Syntax

bool GetBoundBox(out object oMin, out object oMax);

n/a

Return Type

Return: bool

GetBoundBox status

 

 

Input Type

Input: double[]

oMin—Three coordinate double array representing the minimun point of bounding box

Input: double[]

oMax—Three coordinate double array representing the maximum point of bounding box

Remarks

Example