API Reference > OdIfc Namespace > Classes > OdIfcArr2d3d Class
OdIfcArr2d3d Class
OdIfc__OdIfcArr2d3d
Syntax
C++
class OdIfcArr2d3d;

IfcArr2d3d.h

A class that stores an array of two- and three-dimensional geometric coordinates.

Creates a new array of coordinates with default values. 
An array of coordinates. 
Clears coordinates. After clearing, coordinate values become equal to an OdNan constant. 
Creates a new two-dimensional point object from the coordinate array.  
Creates a new three-dimensional point object from the coordinate array.  
Creates a new two-dimensional vector object from the coordinate array.  
Creates a new three-dimensional vector object from the coordinate array.  
Retrieves whether the coordinate array is empty or not.  
Initializes the coordinate array from an OdArray object that is contained in an OdRxValue.  
size 
Retrieves the current size of the coordinate array.  
An operator that returns a raw pointer to the const coordinates array. 
An operator that returns a raw pointer to the coordinates array. 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.