Click or drag to resize
GraphicComponentGetBoundingBox Method (Boolean)
Computes the (axis-aligned) bounding box for this object.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public BoundingBox GetBoundingBox(
	bool global
)

Parameters

global
Type: SystemBoolean
Specifies that the bounding box should be in the global (world) coordinate system rather than in this object's local coordinate system.

Return Value

Type: BoundingBox
Version Information

Supported in: 1.0.0.0
See Also