|
CFx SDK Documentation 2024 SP0
|
#include <BrBrep.h>
Additional Inherited Members | |
Static Public Attributes inherited from OdBrEntity | |
| static ODBR_TOOLKIT_EXPORT_STATIC double | dUnspecified |
Protected Member Functions inherited from OdBrEntity | |
| OdBrEntity () | |
Protected Attributes inherited from OdBrEntity | |
| void * | m_pImp |
| OdSharedPtr< OdDbStubPtrArray > | m_pFSubentPath |
| bool | m_bIsValidate |
This class is the interface class for the BREP portions of OdDbDatabase objects.
Corresponding C++ library: TD_Br <group OdBr_Classes>
| OdBrBrep::OdBrBrep | ( | ) |
Default constructor.
| bool OdBrBrep::getTransformation | ( | OdGeMatrix3d & | xfm | ) | const |
Returns the transformation matrix for this BREP object.
| xfm | [out] Receives the transformation matrix. |
| bool OdBrBrep::isValid | ( | ) | const |
Returns true and only if this BREP object contains valid 3d data..
Sets the 3d data for this BREP object from the specified 3d file.
| pFile | [in] Pointer to the 3d file object. |