CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
FxBIMWall.h
Go to the documentation of this file.
1//
2// (C) Copyright 2020-2025 by Graebert GmbH.
3//
4// Permission to use, copy, modify, and distribute this software in
5// object code form for any purpose and without fee is hereby granted,
6// provided that the above copyright notice appears in all copies and
7// that both that copyright notice and the limited warranty and
8// restricted rights notice below appear in all supporting
9// documentation.
10//
11// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
12// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
13// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
14// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
15// UNINTERRUPTED OR ERROR FREE.
16
17#pragma once
18
19#include "FxBIMEntity.h"
20#include "FxBIMWallJunction.h"
21
24
26{
27public:
29
30 virtual ~CFxBIMWallEntity() = default;
31
32public:
33 OdResult dwgInFields( OdDbDwgFiler* pFiler ) override;
34 void dwgOutFields( OdDbDwgFiler* pFiler ) const override;
35
36 OdResult dxfInFields( OdDbDxfFiler* pFiler ) override;
37 void dxfOutFields( OdDbDxfFiler* pFiler ) const override;
38
39 void SetIndexJoinPair( const std::vector< CFxBIMIndexJoinPairPtr >& arrIndexJoinPair );
40 std::vector< CFxBIMIndexJoinPairPtr > GetIndexJoinPair() const;
41
42protected:
44};
45
#define FXBIM_COMMON_CODE_API
Definition FxBIMDefs.h:5
OdSmartPtr< CFxBIMWallEntity > CFxBIMWallEntityPtr
Definition FxBIMWall.h:23
OdResult
Definition OdResult.h:29
void dxfOutFields(OdDbDxfFiler *pFiler) const override
ODDB_DECLARE_MEMBERS(CFxBIMWallEntity)
void dwgOutFields(OdDbDwgFiler *pFiler) const override
OdResult dwgInFields(OdDbDwgFiler *pFiler) override
std::vector< CFxBIMIndexJoinPairPtr > GetIndexJoinPair() const
void SetIndexJoinPair(const std::vector< CFxBIMIndexJoinPairPtr > &arrIndexJoinPair)
OdResult dxfInFields(OdDbDxfFiler *pFiler) override
virtual ~CFxBIMWallEntity()=default