Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeNurbSurface::ConnectionSide Enumeration
Syntax
C++
enum ConnectionSide { kLowerU = 1, kUpperU = 2, kLowerV = 3, kUpperV = 4 };
Members
Description
kLowerU
The object will be connected by lower bound in the U direction
kUpperU
The object will be connected by upper bound in the U direction
kLowerV
The object will be connected by lower bound in the V direction
kUpperV
The object will be connected by upper bound in the V direction

Defines OdGeNurbSurface joining rules.

Used for joinWith method.

File: GeNurbSurface.h 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.