Enum LoopType
Defines the various types loops.
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 6, 0, 0)]
public enum LoopType
Remarks
This enum is available since v7.6.
Fields
| Name | Description |
|---|---|
| Inner | Loop is a simple hole. |
| LikelyInner | An apparent hole in a doubly closed surface. |
| LikelyOuter | An apparently peripheral loop on a doubly closed surface. |
| None | Not a loop. |
| Outer | Simple peripheral loop. |
| Unclassified | Unclassified type. |