migrate doc to wwwroot.

This commit is contained in:
2025-04-14 17:05:31 +08:00
parent 1cb5f05ba4
commit 784184d6ce
6 changed files with 48 additions and 20 deletions
+4
View File
@@ -3,6 +3,10 @@ using System;
namespace Sample.Geom
{
/// <summary>
/// Demonstrates how to create and calculate bounding boxes for different geometric objects.
/// Shows the use of Box3d to encompass multiple geometric elements with a single boundary.
/// </summary>
/// <remarks>
/// ### Source Code
/// [!code-csharp[SampleCode](~/../Hi.Sample/Geom/DemoIExpandToBox3d.cs)]