Click or drag to resize
CLAYOUTCalculateRects Method
Calculate new positions based on initial conditions and constraints

Available since Oasis montaj version: 6.3.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Use iGetRectangle to obtain the results for the other rectangles. Depending on the constraints set the parent rectangle may also change after the calculation (returned here for convenience).
Syntax
public void CalculateRects(
	ref double d1,
	ref double d2,
	ref double d3,
	ref double d4
)

Parameters

d1
Type: SystemDouble
Parent Rectangle Min X after calculation
d2
Type: SystemDouble
Parent Rectangle Min Y after calculation
d3
Type: SystemDouble
Parent Rectangle Max X after calculation
d4
Type: SystemDouble
Parent Rectangle Max Y after calculation
See Also