21 lines
597 B
HTML
21 lines
597 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>GetMeshBoundingBox [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub GetMeshBoundingBox( mesh, ByRef min_x, ByRef min_y, ByRef min_z, ByRef max_x, ByRef max_y, ByRef max_z ) </h2></p>
|
|
<p>
|
|
Gets the min and max corners of a mesh's bounding box
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="setmeshboundingbox.html">SetMeshBoundingBox</a>
|
|
<a href="recalculatemeshboundingbox.html">ReCalculateMeshBoundingBox</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |