Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void GetBounds(
	out float xmin,
	out float ymin,
	out float zmin,
	out float xmax,
	out float ymax,
	out float zmax
)
Public Sub GetBounds ( 
	<OutAttribute> ByRef xmin As Single,
	<OutAttribute> ByRef ymin As Single,
	<OutAttribute> ByRef zmin As Single,
	<OutAttribute> ByRef xmax As Single,
	<OutAttribute> ByRef ymax As Single,
	<OutAttribute> ByRef zmax As Single
)
public:
void GetBounds(
	[OutAttribute] float% xmin, 
	[OutAttribute] float% ymin, 
	[OutAttribute] float% zmin, 
	[OutAttribute] float% xmax, 
	[OutAttribute] float% ymax, 
	[OutAttribute] float% zmax
)
member GetBounds : 
        xmin : float32 byref * 
        ymin : float32 byref * 
        zmin : float32 byref * 
        xmax : float32 byref * 
        ymax : float32 byref * 
        zmax : float32 byref -> unit 
Parameters
- xmin
 - Type: SystemSingle
 - ymin
 - Type: SystemSingle
 - zmin
 - Type: SystemSingle
 - xmax
 - Type: SystemSingle
 - ymax
 - Type: SystemSingle
 - zmax
 - Type: SystemSingle
 
Remarks
See Also