Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGePosition3d::OdGePosition3d Constructor (double, double, double)
Syntax
C++
OdGePosition3d(double x, double y, double z);

Constructor for the OdGePosition3d class. 

 

Parameters
Description
x
[in] The X-coordinate of the position.
y
[in] The Y-coordinate of the position.
z
[in] The Z-coordinate of the position.

The constructor constructs position object with specified coordinate values.

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