API Reference > OdBcf Namespace > Classes > OdBcfPoint Class
OdBcfPoint Class
OdBcf__OdBcfPointOdBcf__OdBcfPoint
Syntax
C++
class OdBcfPoint : public OdBcfElement;

BcfPoint.h

A class that represents a point object within the BCF format.

Creates a new point object with default parameters. 
Creates a new point object.  
getX 
Retrieves the X-axis coordinate of the point.  
getY 
Retrieves the Y-axis coordinate of the point.  
getZ 
Retrieves the Z-axis coordinate of the point.  
Reads XML data into ODA data structures.  
Defines whether the X-axis coordinate value is not initialized.  
Defines whether the Y-axis coordinate value is not initialized.  
Defines whether the Z-axis coordinate value is not initialized.  
Writes data into XML structures.  
Checks whether instance has all required fields initialized.  
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.