API Reference > OdDb Classes > OdDbSection Class > OdDbSection Methods > createObject Method > OdDbSection::createObject Method (OdGePoint3dArray&, OdGeVector3d&, OdGeVector3d&)
OdDbSection::createObject Method (OdGePoint3dArray&, OdGeVector3d&, OdGeVector3d&)
Syntax
C++
static OdDbSectionPtr createObject(const OdGePoint3dArray& pts, const OdGeVector3d& verticalDir, const OdGeVector3d& vecViewingDir);
Parameters 
Description 
const OdGePoint3dArray& pts 
[in] Vertices of the section line.  
const OdGeVector3d& verticalDir 
[in] Vertical direction vector, normal vector to the section line.  
const OdGeVector3d& vecViewingDir 
[in] Viewing direction vector. 

Creates a section plane from passed parameters. 

 

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