API Reference > OdSi Classes > OdSiShapeBoundPlane Structure > OdSiShapeBoundPlane Constructor > OdSiShapeBoundPlane::OdSiShapeBoundPlane Constructor (OdGePoint3d&, OdGeVector3d&, OdGeExtents3d&)
OdSiShapeBoundPlane::OdSiShapeBoundPlane Constructor (OdGePoint3d&, OdGeVector3d&, OdGeExtents3d&)
Syntax
C++
OdSiShapeBoundPlane(const OdGePoint3d& origin, const OdGeVector3d& planeNormal, const OdGeExtents3d& bounds);
Parameters 
Description 
const OdGePoint3d& origin 
[in] Origin of plane.  
const OdGeVector3d& planeNormal 
[in] The normal to the plane.  
const OdGeExtents3d& bounds 
[in] Box bounding the plane. 

Creates a new instance of a shape bounded plane. 

 

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