API Reference > FacetModeler Namespace > Classes > Cylinder Class > Cylinder Methods > Cylinder::normal Method
Cylinder::normal Method
Syntax
C++
OdGeVector3d normal(const Vertex& atV, const Face& atF) const;
Parameters 
Description 
const Vertex& atV 
[in] The vertex at which the normal is computed.  
const Face& atF 
[in] The face for which the normal is computed.  

Normal at the specified vertex on the specified face.

Gets the normal at the specified vertex on the specified face. 

 

Parameter atF is unused.

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