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::Publish::Annotation Class Reference

The Publish::Annotation class is a concept class for annotation-related enums. More...

#include <sprk_publish.h>

Public Types

enum  Format {
  Format::PRC,
  Format::U3D
}
 Enumerates the format of the data to put in an annotation. More...
 
enum  SourceType {
  SourceType::CADModel,
  SourceType::KeyPath,
  SourceType::CADModelAndKeyPath
}
 

Private Member Functions

 Annotation ()
 Private default constructor to prevent instantiation. More...
 

Detailed Description

The Publish::Annotation class is a concept class for annotation-related enums.

Member Enumeration Documentation

◆ Format

Enumerates the format of the data to put in an annotation.

Enumerator
PRC 

PRC data will be generated for the annotation.

U3D 

U3D data will be generated for the annotation.

◆ SourceType

Enumerator
CADModel 

The source was set using a CADModel object.

KeyPath 

The source was set using a KeyPath array.

CADModelAndKeyPath 

The source was set using both a CADModel and a KeyPath array.

Constructor & Destructor Documentation

◆ Annotation()

HPS::Publish::Annotation::Annotation ( )
private

Private default constructor to prevent instantiation.


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