API Reference > Classes > GeometryUtils Classes > OdBmHermiteSurf Class > OdBmHermiteSurf Methods > OdBmHermiteSurf::getNodeArray Method
OdBmHermiteSurf::getNodeArray Method
Syntax
C++
void getNodeArray(OdArray<OdBmSplineSrfNode> &) const;
Parameters 
Description 
nodes 
[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-2020. Open Design Alliance. All rights reserved.