API Reference > OdGe Classes > OdGeNurbSurface Class > OdGeNurbSurface Methods > OdGeNurbSurface::isPeriodicInV Method
OdGeNurbSurface::isPeriodicInV Method
Syntax
C++
bool isPeriodicInV(double& period) const;
Parameters 
Description 
double& period 
[out] Period in the V 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 V 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.