API Reference > OdIfc Namespace > Classes > OdIfcEntity Class > OdIfcEntity Methods > OdIfcEntity::asPoint3d Method
OdIfcEntity::asPoint3d Method
Syntax
C++
static const OdGePoint3d* asPoint3d(const OdIfcEntity * pEnt);
Parameters 
Description 
const OdIfcEntity * pEnt 
[in] A smart pointer to an entity to be resolved.  

A raw pointer to an instance of the OdGePoint3d class.

Returns the result of the entity resolution represented as a three-dimensional point.

The method returns a valid raw pointer to the OdGePoint3d object if the resolution result is equal to the kResPoint3d or the kResPoint2d; otherwise, the method returns a NULL pointer.

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