Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGePlane::OdGePlane Constructor (const OdGePoint3d&, const OdGeVector3d&)
Syntax
C++
OdGePlane(const OdGePoint3d& origin, const OdGeVector3d& normal);

Constructor for the OdGePlane class. 

 

Parameters
Description
origin
[in] Origin of plane.
normal
[in] The normal to the plane.

Constructs the plane with the specified origin, uAxis= normal.perpVector(), and vAxis=normal.crossProduct(uAxis).

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