Hoops Visualize HPS  version 2018-SP2
Hoops Visualize HPS 3D Rendering Engine
Looking for a senior C++ dev?
I'm looking for work. Hire me!
HPS::Trim Class Reference

The Trim class is a concept class for trim-related enum classes. More...

#include <hps.h>

Public Types

enum  Type : uint32_t {
  Type::Line,
  Type::Curve
}
 Enumerates the types of curves that can be used to define a trim region for a NURBS surface. More...
 
enum  Operation : uint32_t {
  Operation::Keep,
  Operation::Remove
}
 Enumerates the operation the trim region will perform. More...
 

Private Member Functions

 Trim ()
 

Detailed Description

The Trim class is a concept class for trim-related enum classes.

Member Enumeration Documentation

◆ Operation

enum HPS::Trim::Operation : uint32_t
strong

Enumerates the operation the trim region will perform.

This indicates whether the NURBS surface interior to a trim region is kept or removed, and hence, whether the surface exterior to a region is removed or kept.

Enumerator
Keep 

Keep the surface interior to the trim region and remove the surface exterior to the trim region.

Remove 

Remove the surface interior to the trim region and keep the surface exterior to the trim region.

◆ Type

enum HPS::Trim::Type : uint32_t
strong

Enumerates the types of curves that can be used to define a trim region for a NURBS surface.

Enumerator
Line 

A line will act as the trim.

Curve 

A NURBS curve will act as the trim.

Constructor & Destructor Documentation

◆ Trim()

HPS::Trim::Trim ( )
inlineprivate

The documentation for this class was generated from the following file: