API Reference > OdBcf Namespace > Classes > OdBcfDirection Class > OdBcfDirection Methods > OdBcfDirection::createObject Method
OdBcfDirection::createObject Method
Syntax
C++
static OdSmartPtr<OdBcfDirection> createObject(double x, double y, double z);
Parameters 
Description 
double x 
[in] A x-axis value of the direction object.  
double y 
[in] A y-axis value of the direction object.  
double z 
[in] A z-axis value of the direction object.  

A smart pointer to the created OdBcfDirection instance.

Creates a new direction object.

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