Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGePoint3d::OdGePoint3d Constructor (double, double, double)
Syntax
C++
OdGePoint3d(double xx, double yy, double zz);

Constructor for the OdGePoint3d class. 

 

Parameters
Description
xx
[in] The X-coordinate of this point.
yy
[in] The Y-coordinate of this point.
zz
[in] The Z-coordinate of this point.

Constructs a 3D point with specified coordinates.

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