 | LatticeSetBounds Method |
Sets lattice bounds with a Box object.
Namespace: ema3d.Api.V25.Core.DomainAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic void SetBounds(
Box bounds
)
Public Sub SetBounds (
bounds As Box
)
public:
void SetBounds(
Box bounds
)
member SetBounds :
bounds : Box -> unit
Parameters
- bounds Box
-
See Also