API Reference > OdGe Classes > OdGeEntity3d Class
OdGeEntity3d Class
OdGeEntity3dOdGeEntity3dOdGeEntity3dOdGeEntity3dOdGeEntity3dOdGeEntity3dOdGeEntity3dOdGeEntity3d
Syntax
C++
class OdGeEntity3d;

GeEntity3d.h

This class is the base class for all OdGe 3D geometric operations. 

Corresponding C++ library: TD_Ge 

 

 
Name 
Description 
 
copy 
Returns a copy of this entity. 
 
Returns true if the specified entity is equal to this one. 
 
Returns true if and only if this entity is of type (or is derived from) entType.
 
 
isOn 
Returns true if and only if the specified point is on this entity, as determined by the tolerance.
 
 
Mirrors this entity about the specified plane, and returns a reference to this entity.
 
 
Rotates this entity by the specified angle about the axis defined by the point and the vector, and returns a reference to this entity.
 
 
Scales this entity by the scale factor about the basepoint, and returns a reference to this entity.
 
 
Applies the 3D transformation matrix to this entity, and returns a reference to this entity.
 
 
Applies the 3D translation vector to this entity, and returns a reference to this entity.
 
 
type 
Returns the entity type. 
 
Name 
Description 
 
!= 
Comparison operator for the OdGeEntity3d object. 
 
= 
Assignment operator for the OdGeEntity3d object. 
 
== 
Comparison operator for the OdGeEntity3d object. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.