Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
EPRCExtendType Enumeration
Syntax
C++
enum EPRCExtendType { KEPRCExtendTypeNone = 0, KEPRCExtendTypeExt1 = 2, KEPRCExtendTypeExt2 = 4, KEPRCExtendTypeG1 = 6, KEPRCExtendTypeG1R = 8, KEPRCExtendTypeG1_G2 = 10, KEPRCExtendTypeCInfinity = 12 };
Members
Description
KEPRCExtendTypeNone
Discontinuous position.
KEPRCExtendTypeExt1
Same as EPRCExtendTypeCInfinity.
KEPRCExtendTypeExt2
Same as EPRCExtendTypeG1R for surface, and EPRCExtendTypeG1 for curve.
KEPRCExtendTypeG1
Continuous in direction but not magnitude of first derivative.
KEPRCExtendTypeG1R
Surface extended with a ruled surface that connects with G1-continuity.
KEPRCExtendTypeG1_G2
Extended by reflection, yielding a G2 continuous extension.
KEPRCExtendTypeCInfinity
Unlimited continuity.

Enumeration represents methods of curve and surface extensions. There are two types of extensions: C and G continuous.

File: PrcDefines.h

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