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 
, propV [out] Receives the properties.  
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–2020. Open Design Alliance. All rights reserved.