CFx SDK Documentation  2023 SP0
Public Member Functions | Protected Member Functions | List of all members
OdGePointEnt3d Class Reference

#include <GePointEnt3d.h>

Inheritance diagram for OdGePointEnt3d:
OdGeEntity3d OdGePointOnCurve3d OdGePointOnSurface OdGePosition3d

Public Member Functions

OdGePoint3d point3d () const
 
 operator OdGePoint3d () const
 
OdGePointEnt3doperator= (const OdGePointEnt3d &ent)
 
- Public Member Functions inherited from OdGeEntity3d
 ODRX_HEAP_OPERATORS ()
 
 ~OdGeEntity3d ()
 
bool isKindOf (OdGe::EntityId entType) const
 
OdGe::EntityId type () const
 
OdGeEntity3dcopy () const
 
OdGeEntity3doperator= (const OdGeEntity3d &entity)
 
bool operator== (const OdGeEntity3d &entity) const
 
bool operator!= (const OdGeEntity3d &entity) const
 
bool isEqualTo (const OdGeEntity3d &object, const OdGeTol &tol=OdGeContext::gTol) const
 
OdGeEntity3dtransformBy (const OdGeMatrix3d &xfm)
 
OdGeEntity3dtranslateBy (const OdGeVector3d &translateVec)
 
OdGeEntity3drotateBy (double angle, const OdGeVector3d &vect, const OdGePoint3d &basePoint=OdGePoint3d::kOrigin)
 
OdGeEntity3dmirror (const OdGePlane &plane)
 
OdGeEntity3dscaleBy (double scaleFactor, const OdGePoint3d &basePoint=OdGePoint3d::kOrigin)
 
bool isOn (const OdGePoint3d &point, const OdGeTol &tol=OdGeContext::gTol) const
 

Protected Member Functions

 OdGePointEnt3d ()
 
 OdGePointEnt3d (const OdGePointEnt3d &ent)
 
- Protected Member Functions inherited from OdGeEntity3d
 OdGeEntity3d ()
 
 OdGeEntity3d (const OdGeEntity3d &)
 
void connectTo (OdGeEntity3dImpl *)
 

Detailed Description

This class is the base class for all OdGe 3D point classes.

Corresponding C++ library: TD_Ge

<group OdGe_Classes>

Definition at line 38 of file GePointEnt3d.h.

Constructor & Destructor Documentation

◆ OdGePointEnt3d() [1/2]

OdGePointEnt3d::OdGePointEnt3d ( )
protected

◆ OdGePointEnt3d() [2/2]

OdGePointEnt3d::OdGePointEnt3d ( const OdGePointEnt3d ent)
protected

Member Function Documentation

◆ operator OdGePoint3d()

OdGePointEnt3d::operator OdGePoint3d ( ) const

◆ operator=()

OdGePointEnt3d& OdGePointEnt3d::operator= ( const OdGePointEnt3d ent)

◆ point3d()

OdGePoint3d OdGePointEnt3d::point3d ( ) const

Returns this object as an OdGePoint3d.


The documentation for this class was generated from the following file: