Topsolid online Help Index
Created : v6.6
This enum is used to define the type of the loop (like the parasolid loop type, PK_LOOP_type_t).
topLoopTypeVertex = 0 : Loop is just a vertex without any edges.
topLoopTypeWire = 1 : Loop has no interior.
topLoopTypeOuter = 2 : Simple peripheral loop.
topLoopTypeInner = 3 : Simple hole.
topLoopTypeWinding = 4 : Winding loop on a periodic surface.
topLoopTypeInnerSing = 5 : Hole around the surface singularity.
topLoopTypeLikelyOuter = 6 : An apparently peripheral loop on a doubly closed surface.
topLoopTypeLikelyInnter = 7 : An apparent hole in a doubly closed surface.
topLoopTypeUnclear = 8 : A loop dividing a periodic degenerate surface in two.
topLoopTypeError = 9 : Invalid loop.
.
Topsolid online Help Index