CFx SDK Documentation
2020SP3
SDK
CFx
bim_ifc
Entities
IfcProduct.h
Go to the documentation of this file.
1
// Copyright (C) 2002-2019, 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-2019 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
// OdIfcProduct.h: interface for the OdIfcProduct class.
25
//
27
28
#ifndef _IFC_PRODUCT_H_
29
#define _IFC_PRODUCT_H_
30
31
#include "
IfcObjectDefinition.h
"
32
33
namespace
OdIfc
{
34
35
class
IFCGEOM_EXPORT
OdIfcProduct
:
public
OdIfcObjectDefinition
36
{
37
ODRX_DECLARE_MEMBERS
(
OdIfcProduct
);
38
39
public
:
40
41
OdUInt32
subSetAttributes
(
OdGiDrawableTraits
* traits)
const
;
42
virtual
bool
subWorldDraw
(
OdGiWorldDraw
* wd)
const
;
43
OdResult
getGeomExtents
(
OdGeExtents3d
&)
const
;
44
45
virtual
void
compose
(
OdIfcModel
*pModel);
46
OdDAIObjectId
getRepresentation
()
const
;
47
OdGeMatrix3d
getObjectPlacement
()
const
;
48
49
};
50
SMARTPTR
(
OdIfcProduct
)
51
52
}
53
54
#endif // _IFC_PRODUCT_H_
OdResult
OdResult
Definition:
OdResult.h:29
OdDAIObjectId
Definition:
daiObjectId.h:67
IfcObjectDefinition.h
IFCGEOM_EXPORT
#define IFCGEOM_EXPORT
Definition:
IfcBuildOptions.h:60
OdIfc::OdIfcProduct::compose
virtual void compose(OdIfcModel *pModel)
OdUInt32
unsigned int OdUInt32
Definition:
OdPlatformSettings.h:783
OdGeMatrix3d
Definition:
GeMatrix3d.h:73
OdIfc
Definition:
FxBIMDatabase.h:24
OdIfc::OdIfcProduct
Definition:
IfcProduct.h:36
OdIfc::OdIfcObjectDefinition
Definition:
IfcObjectDefinition.h:36
OdIfc::OdIfcProduct::getRepresentation
OdDAIObjectId getRepresentation() const
OdGiWorldDraw
Definition:
GiWorldDraw.h:44
OdGiDrawableTraits
Definition:
Gi.h:71
OdIfc::SMARTPTR
SMARTPTR(OdIfcProject)
OdIfc::OdIfcProduct::getGeomExtents
OdResult getGeomExtents(OdGeExtents3d &) const
OdGeExtents3d
Definition:
GeExtents3d.h:45
OdIfc::OdIfcProduct::subWorldDraw
virtual bool subWorldDraw(OdGiWorldDraw *wd) const
OdIfc::OdIfcProduct::getObjectPlacement
OdGeMatrix3d getObjectPlacement() const
ODRX_DECLARE_MEMBERS
#define ODRX_DECLARE_MEMBERS(ClassName)
Definition:
RxObject.h:112
OdIfc::OdIfcModel
Definition:
IfcModel.h:51
OdIfc::OdIfcProduct::subSetAttributes
OdUInt32 subSetAttributes(OdGiDrawableTraits *traits) const
Generated on Mon Oct 12 2020 11:49:39