CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
OdGePointEnt2d Class Reference

#include <GePointEnt2d.h>

Inheritance diagram for OdGePointEnt2d:
OdGeEntity2d OdGePointOnCurve2d OdGePosition2d

Public Member Functions

OdGePoint2d point2d () const
 
 operator OdGePoint2d () const
 
OdGePointEnt2doperator= (const OdGePointEnt2d &point)
 
- Public Member Functions inherited from OdGeEntity2d
 ODRX_HEAP_OPERATORS ()
 
 ~OdGeEntity2d ()
 
bool isKindOf (OdGe::EntityId entType) const
 
OdGe::EntityId type () const
 
OdGeEntity2dcopy () const
 
OdGeEntity2doperator= (const OdGeEntity2d &entity)
 
bool operator== (const OdGeEntity2d &entity) const
 
bool operator!= (const OdGeEntity2d &entity) const
 
bool isEqualTo (const OdGeEntity2d &other, const OdGeTol &tol=OdGeContext::gTol) const
 
OdGeEntity2dtransformBy (const OdGeMatrix2d &xfm)
 
OdGeEntity2dtranslateBy (const OdGeVector2d &translateVec)
 
OdGeEntity2drotateBy (double angle, const OdGePoint2d &basePoint=OdGePoint2d::kOrigin)
 
OdGeEntity2dmirror (const OdGeLine2d &line)
 
OdGeEntity2dscaleBy (double scaleFactor, const OdGePoint2d &basePoint=OdGePoint2d::kOrigin)
 
bool isOn (const OdGePoint2d &point, const OdGeTol &tol=OdGeContext::gTol) const
 

Protected Member Functions

 OdGePointEnt2d ()
 
 OdGePointEnt2d (const OdGePointEnt2d &source)
 
- Protected Member Functions inherited from OdGeEntity2d
 OdGeEntity2d ()
 
 OdGeEntity2d (const OdGeEntity2d &)
 
void connectTo (OdGeEntity2dImpl *)
 

Detailed Description

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

Corresponding C++ library: TD_Ge

<group OdGe_Classes>

Definition at line 41 of file GePointEnt2d.h.

Constructor & Destructor Documentation

◆ OdGePointEnt2d() [1/2]

OdGePointEnt2d::OdGePointEnt2d ( )
protected
Parameters
source[in] Object to be cloned.

◆ OdGePointEnt2d() [2/2]

OdGePointEnt2d::OdGePointEnt2d ( const OdGePointEnt2d source)
protected

Member Function Documentation

◆ operator OdGePoint2d()

OdGePointEnt2d::operator OdGePoint2d ( ) const

Converts this object to an OdGePoint2d object.

◆ operator=()

OdGePointEnt2d & OdGePointEnt2d::operator= ( const OdGePointEnt2d point)

Assignment operator for the OdGePointEnt2d object.

Parameters
point[in] Point entity to assign.
Returns
Reference to this OdGePointEnt2d object.

◆ point2d()

OdGePoint2d OdGePointEnt2d::point2d ( ) const

Returns this object as an OdGePoint2d.


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