API Reference > OdGe Classes > OdGeNurbSurface Class > OdGeNurbSurface Enumerations > OdGeNurbSurface::ConnectionSide Enumeration
OdGeNurbSurface::ConnectionSide Enumeration
Syntax
C++
enum ConnectionSide { kLowerU = 1, kUpperU = 2, kLowerV = 3, kUpperV = 4 };

GeNurbSurface.h

Members 
Description 
kLowerU = 1 
The object will be connected by lower bound in the U direction 
kUpperU = 2 
The object will be connected by upper bound in the U direction 
kLowerV = 3 
The object will be connected by lower bound in the V direction 
kUpperV = 4 
The object will be connected by upper bound in the V direction 

Defines OdGeNurbSurface joining rules.

Used for joinWith method.

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