CFx SDK Documentation
2026 SP0
Loading...
Searching...
No Matches
SDK
CFx
bim_ifc
Entities
IfcShellBasedSurfaceModel.h
Go to the documentation of this file.
1
2
// Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
3
// All rights reserved.
4
//
5
// This software and its documentation and related materials are owned by
6
// the Alliance. The software may only be incorporated into application
7
// programs owned by members of the Alliance, subject to a signed
8
// Membership Agreement and Supplemental Software License Agreement with the
9
// Alliance. The structure and organization of this software are the valuable
10
// trade secrets of the Alliance and its suppliers. The software is also
11
// protected by copyright law and international treaty provisions. Application
12
// programs incorporating this software must include the following statement
13
// with their copyright notices:
14
//
15
// This application incorporates Open Design Alliance software pursuant to a license
16
// agreement with Open Design Alliance.
17
// Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
18
// All rights reserved.
19
//
20
// By use of this software, its documentation or related materials, you
21
// acknowledge and accept the above terms.
23
24
// OdIfcShellBasedSurfaceModel.h: interface for the OdIfcShellBasedSurfaceModel class.
25
//
27
28
#if !defined(ODA_ODIFCSHELLBASEDSURFACEMODEL_H_INCLUDED_)
29
#define ODA_ODIFCSHELLBASEDSURFACEMODEL_H_INCLUDED_
30
31
#if _MSC_VER > 1000
32
#pragma once
33
#endif
// _MSC_VER > 1000
34
35
#include "
IfcGeometricRepresentationItem.h
"
36
37
namespace
OdIfc
{
38
42
class
IFCGEOM_EXPORT
OdIfcShellBasedSurfaceModel
:
public
OdIfcGeometricRepresentationItem
43
{
44
ODRX_DECLARE_MEMBERS
(
OdIfcShellBasedSurfaceModel
);
45
46
public
:
47
51
virtual
void
compose
();
52
58
virtual
OdResult
transformBy
(
const
OdGeMatrix3d
&transform)
ODRX_OVERRIDE
;
59
65
virtual
bool
draw
(
OdGiWorldDraw
* pWd)
const
;
66
71
OdDAI::OdBodyVariant
bodyContainer
() const
ODRX_OVERRIDE
;
72
};
73
74
}
75
76
#endif
// !defined(ODA_ODIFCSHELLBASEDSURFACEMODEL_H_INCLUDED_)
77
IFCGEOM_EXPORT
#define IFCGEOM_EXPORT
Definition
IfcBuildOptions.h:44
IfcGeometricRepresentationItem.h
ODRX_OVERRIDE
#define ODRX_OVERRIDE
Definition
OdPlatformSettings.h:55
OdResult
OdResult
Definition
OdResult.h:29
ODRX_DECLARE_MEMBERS
#define ODRX_DECLARE_MEMBERS(ClassName)
Definition
RxObject.h:112
OdGeMatrix3d
Definition
GeMatrix3d.h:79
OdGiWorldDraw
Definition
GiWorldDraw.h:44
OdIfc::OdIfcGeometricRepresentationItem
Definition
IfcGeometricRepresentationItem.h:43
OdIfc::OdIfcShellBasedSurfaceModel
Definition
IfcShellBasedSurfaceModel.h:43
OdIfc::OdIfcShellBasedSurfaceModel::bodyContainer
OdDAI::OdBodyVariant bodyContainer() const ODRX_OVERRIDE
OdIfc::OdIfcShellBasedSurfaceModel::compose
virtual void compose()
OdIfc::OdIfcShellBasedSurfaceModel::transformBy
virtual OdResult transformBy(const OdGeMatrix3d &transform) ODRX_OVERRIDE
OdIfc::OdIfcShellBasedSurfaceModel::draw
virtual bool draw(OdGiWorldDraw *pWd) const
OdIfc
Definition
FxBIMExportToIFC.h:34
Generated on Tue Apr 15 2025 11:28:11