API Reference > Classes > GeometryUtils Classes > OdBmHermiteSurf Class > OdBmHermiteSurf Methods > OdBmHermiteSurf::getNodeArray Method
OdBmHermiteSurf::getNodeArray Method
Syntax
C++
void getNodeArray(OdArray<OdBmSplineSrfNode> &) const;
Parameters 
Description 
OdArray 
< OdBmSplineSrfNode > [out] A placeholder for the nodes array. 

Retrieves the array of the surface nodes. 

 

The method fills the passed array of OdBmSplineSrfNode objects and returns it to a calling subroutine.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.