Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdBcfPoint::createObject Method
Syntax
C++
static OdSmartPtr<OdBcfPoint> createObject(double x, double y, double z);

Creates a new point object.

Parameters
Description
x
[in] A point coordinate along the X-axis.
y
[in] A point coordinate along the Y-axis.
z
[in] A point coordinate along the Z-axis.

A smart pointer to the created OdBcfPoint instance.

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