Click or drag to resize

VariableGridSetBounds Method

Set the bounds of a variable grid with a Box object.

Namespace: ema3d.Api.V25.Core.Domain
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public void SetBounds(
	Box bounds
)

Parameters

bounds  Box
Bounds to set variable grid to.
See Also