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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 min_x,
	ref double min_y,
	ref double max_x,
	ref double max_y
)

Parameters

min_x
Type: SystemDouble
Parent Rectangle Min X after calculation
min_y
Type: SystemDouble
Parent Rectangle Min Y after calculation
max_x
Type: SystemDouble
Parent Rectangle Max X after calculation
max_y
Type: SystemDouble
Parent Rectangle Max Y after calculation
See Also