API Reference > Functions > geSurfaceProp Function
geSurfaceProp Function
Syntax
C++
GE_TOOLKIT_EXPORT bool geSurfaceProp(const OdGeSurface& pS, OdGe::NurbSurfaceProperties& propU, OdGe::NurbSurfaceProperties& propV, const OdGeTol& tol);

GeGbl.h

Parameters 
Description 
const OdGeSurface& pS 
[in] Any surface.  
OdGe::NurbSurfaceProperties& propU 
[out] Receives the properties for the U parameter.  
OdGe::NurbSurfaceProperties& propV 
[out] Receives the properties for the V parameter.  
const OdGeTol& tol 
[in] Geometric tolerance.
Corresponding C++ library: TD_Ge 

Calculates a properties for a specified surface. 

 

Rational state valid only for NURB surfaces.

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