API Reference > Structs, Records, Enums > EPRCIntersectionLimitType Enumeration
EPRCIntersectionLimitType Enumeration
Syntax
C++
enum EPRCIntersectionLimitType { KEPRCIntersectionLimitTypeHelp = 0, KEPRCIntersectionLimitTypeTerminator, KEPRCIntersectionLimitTypeLimit, KEPRCIntersectionLimitTypeBoundary };

PrcDefines.h

Members 
Description 
KEPRCIntersectionLimitTypeHelp = 0 
Arbitrary limit on a closed intersection curve. 
KEPRCIntersectionLimitTypeTerminator 
Limit where one of the two intersection surface normals is degenerate or where they become colinear. 
KEPRCIntersectionLimitTypeLimit 
Artificial limit to avoid infinite curve. 
KEPRCIntersectionLimitTypeBoundary 
Limit of the curve if a PRC_TYPE_SURF_Blend02 surface (that uses the intersection curve as its center curve) becomes degenerated. 

Provides information about an intersection curve limit.

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.