API Reference > OdBcf Namespace > Classes > OdBcfPoint Class > OdBcfPoint Methods > OdBcfPoint::createObject Method
OdBcfPoint::createObject Method
Syntax
C++
static OdSmartPtr<OdBcfPoint> createObject(double x, double y, double z);
Parameters 
Description 
double x 
[in] A point coordinate along the X-axis.  
double y 
[in] A point coordinate along the Y-axis.  
double z 
[in] A point coordinate along the Z-axis.  

A smart pointer to the created OdBcfPoint instance.

Creates a new point object.

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.