Click or drag to resize
SoGetBoundingBoxActionSetInCameraSpace Method

Set this flag to true if you want the returned bounding box to be in the space of whatever camera is in the graph.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetInCameraSpace(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

Camera space is defined to have the viewpoint at the origin, with the direction of view along the negative z axis. This space can be used to determine distances of objects from the camera.

See Also