Table of Contents

Namespace Sample.Geom

The Sample.Geom namespace provides examples for using the Hi.Geom API to create and manipulate geometric objects. This namespace demonstrates how to create basic geometric shapes (like Box3d and Cylindroid), apply transformations with TransformationGeom, and work with Stl files. These examples serve as practical reference code for developers who need to understand the basic usage of HiAPI's geometry module.

Classes

DemoBuildGeom

Demonstrates the creation and manipulation of geometric objects in HiAPI. Shows how to create and transform various geometry types including boxes, cylindroids, and STL files.

DemoIExpandToBox3d

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.