CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
FxBIMConversion.h File Reference
#include "FxBIM.h"
#include <functional>
#include <optional>
#include <RxObject.h>

Go to the source code of this file.

Classes

struct  CFxBIMConversion
 
struct  CFxBIMConversion::Data
 

Namespaces

namespace  FxBIM
 
namespace  FxBIM::Conversion
 

Typedefs

typedef OdSmartPtr< CFxBIMDatabaseReferenceCFxBIMDatabaseReferencePtr
 

Enumerations

enum class  fileType { eUnknown = 0 , eRevit = 1 , eIFC = 2 , eTRB = 3 }
 

Functions

FXBIM_API Error FxBIM::Conversion::Add (const CFxBIMConversion &cvt)
 
FXBIM_API Error FxBIM::Conversion::Finish (const CFxBIMConversion &cvt)
 
FXBIM_API Error FxBIM::Conversion::Abort (const CFxBIMConversion &cvt)
 
FXBIM_API Error FxBIM::Conversion::Fail (const CFxBIMConversion &cvt)
 
FXBIM_API CFxBIMConversionFxBIM::Conversion::Find (const OdString &name)
 
FXBIM_API Error FxBIM::Conversion::Remove (const OdString &name)
 
FXBIM_API Error FxBIM::Conversion::Remove (const CFxDocument *pDoc)
 

Typedef Documentation

◆ CFxBIMDatabaseReferencePtr

Enumeration Type Documentation

◆ fileType

enum class fileType
strong
Enumerator
eUnknown 
eRevit 
eIFC 
eTRB 

Definition at line 5 of file FxBIMConversion.h.