Share

Box2d.GetBoxData Method

Parent Object: Box2d

Description

Get the data defining this Box.

Syntax

Box2d.GetBoxData( MinPoint() As Double, MaxPoint() As Double )

Parameters

Name Type Description
MinPoint Double Input Double array that sets the smallest coordinate values for the box.
MaxPoint Double Input Double array that sets the largest coordinate values for the box.

Version

Introduced in version 4

Was this information helpful?