Public Types |
Public Member Functions |
Protected Member Functions |
Protected Attributes |
List of all members
HPS.Shell Class Reference
The Shell class is a concept class for shell-related enum classes. More...
Inheritance diagram for HPS.Shell:

Public Types | |
enum | Component : uint { Component.Faces = 0x00000000, Component.Edges = 0x00000001, Component.Vertices = 0x00000002 } |
Enumerates the shell components that vertex colors can be applied to. More... | |
enum | HandednessOptimization : uint { HandednessOptimization.None = 0x00000000, HandednessOptimization.Fix = 0x00000001, HandednessOptimization.Reverse = 0x00000002 } |
enum | Relation : uint { Relation.On = 0x00000000, Relation.Off = 0x00000001, Relation.In = 0x00000002, Relation.Out = 0x00000003 } |
enum | RelationTest : uint { RelationTest.Simple = 0x00000000, RelationTest.Enclosure = 0x00000001, RelationTest.Distance = 0x00000002 } |
enum | ToleranceUnits : uint { ToleranceUnits.ObjectSpace = 0x00000000, ToleranceUnits.FeatureSizePercentage = 0x00000001 } |
Public Member Functions | |
virtual void | Dispose () |
Shell (HPS.Shell in_that) | |
Protected Member Functions | |
virtual void | deleteCptr () |
Protected Attributes | |
bool | cMemOwn |
HandleRef | cptr |
Detailed Description
The Shell class is a concept class for shell-related enum classes.
Member Enumeration Documentation
enum HPS.Shell.Component : uint |
enum HPS.Shell.HandednessOptimization : uint |
enum HPS.Shell.Relation : uint |
enum HPS.Shell.RelationTest : uint |
enum HPS.Shell.ToleranceUnits : uint |
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.Shell.cs