Click or drag to resize
SbProjectionGetProjectedBoundingBox Method

Return projected bounding box if available.

Namespace: OIV.Inventor.Projection
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool GetProjectedBoundingBox(
	out SbBox3f bbox
)

Parameters

bbox
Type: OIV.InventorSbBox3f

Return Value

Type: Boolean
Remarks

Note: Projecting a bounding box is most of the time not equivalent to the result of a bounding box that contains all projected point.

It depends on the projection, and it is why by default it returns false, and should be redefined by the specific inherited projection class if it make sense.

See Also