Enum PickMode
How objects are selected or picked
Namespace: CADability
Assembly: CADability.dll
Syntax
public enum PickMode
Fields
| Name | Description |
|---|---|
| blockchildren | If a block is selected return only the selected GeoObjects at the lowest level |
| children | Return GeoObjects at the lowest level |
| normal | Return one or more top level GeoObjects |
| onlyEdges | Return only edges of faces, shells or solids |
| onlyFaces | Return only faces which are either top level GeoObjects or parts of shells or solids |
| single | Return only one (the topmost according to the view) GeoObject |
| singleChild | If a block is selected return only the selected GeoObjects at the highest level below the block |
| singleEdge | Return only a single edge, which is closest to the viewer |
| singleFace | Return only a single face, which is closest to the viewer |