Share

Box2d.PutBoxData Method

Parent Object: Box2d

Description

Method that sets the data defining this Box.

Syntax

Box2d.PutBoxData( 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?