HPS.Selection Class Reference

The Selection class is a concept class for selection-related enum classes. More...

Public Types

enum  Algorithm { Visual = 0, Analytic = 1 }
 Enumeration of the various selection algorithms. More...
 
enum  Granularity { Granularity.General = 0, Granularity.Detailed = 1 }
 Enumeration of the various selection granularities. More...
 
enum  Level { Level.Segment = 0, Level.Entity = 1, Level.Subentity = 2 }
 Enumeration of the various selection levels. More...
 

Detailed Description

The Selection class is a concept class for selection-related enum classes.

Member Enumeration Documentation

Enumeration of the various selection algorithms.

Enumeration of the various selection granularities.

Enumerator
General 

Use the most efficient selection determination for curves, edges and lines.

Detailed 

Use the most accurate selection determination for curves, edges and lines.

Enumeration of the various selection levels.

Enumerator
Segment 

Return the owning segment of the selected geometry entities in SelectionResults.

Entity 

Return the selected geometry entities in SelectionResults.

Subentity 

Return the selected geometry entities and the associated faces, edges and vertices for shells or meshes in SelectionResults.


The documentation for this class was generated from the following file:
  • internals/hps_core/source/cs/HPS.Selection.cs