API Reference > Structs, Records, Enums > BrLoopType Enumeration
BrLoopType Enumeration
Syntax
C++
enum BrLoopType { odbrLoopUnclassified = 0, odbrLoopExterior = 1, odbrLoopInterior = 2, odbrLoopWinding = 3 };

BrEnums.h

Members 
Description 
odbrLoopUnclassified = 0 
The loop type is ambiguous or cannot be determined at this time. 
odbrLoopExterior = 1 
The loop is on a peripheral boundary. 
odbrLoopInterior = 2 
The loop represents a hole in the interior of a face. 
odbrLoopWinding = 3 
The loop is winding on a conical surface. 

Represents the type of a loop.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.