API Reference > OdGe Classes > OdGeNurbSurface Class > OdGeNurbSurface Methods > OdGeNurbSurface::isPeriodicInU Method
OdGeNurbSurface::isPeriodicInU Method
Syntax
C++
bool isPeriodicInU(double& period) const;
Parameters 
Description 
double& period 
[out] Period in the U direction. 

true if and only if this surface is periodic in the U direction, and returns the period.

Checks if this surface is periodic in the U direction, and returns the period. 

 

If a surface is closed in one direction (opposite sides are the same line in object space) and the parameterization and derivatives also match at these boundaries, the surface is periodic in the parameter direction.

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