CFx SDK Documentation
2020SP3
SDK
CFx
dd_inc
ModelDocObj
DbViewRepInventorSource.h
Go to the documentation of this file.
1
// Copyright (C) 2002-2017, 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 Teigha(R) software pursuant to a license
16
// agreement with Open Design Alliance.
17
// Teigha(R) Copyright (C) 2002-2017 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
#ifndef OD_VIEWREPINVENTORSOURCE_H
25
#define OD_VIEWREPINVENTORSOURCE_H
26
27
#include "
DbObject.h
"
28
#include "
ModelDocObjExports.h
"
29
#include "
DbViewRepSource.h
"
30
31
#include "
TD_PackPush.h
"
32
38
class
MODELDOCOBJ_EXPORT
OdDbViewRepInventorSource
:
public
OdDbViewRepSource
39
{
40
public
:
41
ODDB_DECLARE_MEMBERS
(
OdDbViewRepInventorSource
);
42
//OdDbViewRepInventorSource(const OdString&);
43
OdDbViewRepInventorSource
();
44
virtual
~OdDbViewRepInventorSource
();
45
46
//bool isMultiBody() const;
47
//bool isiFactory() const;
48
//bool isiComponent() const;
49
//bool isWeldment() const;
50
//bool hasFlatPattern() const;
51
//bool isSheetMetal() const;
52
//bool isPresentation() const;
53
//bool isAssembly() const;
54
//bool isPart() const;
55
//bool isFlagOn(unsigned long) const;
56
//void setInventorSourceFlags(unsigned long);
57
//unsigned long inventorSourceFlags() const;
58
//void setPresentationView(class const OdString&);
59
//OdString presentationView() const;
60
//void setMemberName(class const OdString&);
61
//OdString memberName() const;
62
//void setWeldmentInstance(class const OdString&);
63
//OdString weldInstance() const;
64
//void setLOD(class const OdString&);
65
//OdString LOD() const;
66
//void setPositionalName(class const OdString&);
67
//OdString positionalName() const;
68
//void setPath(class const OdString&);
69
//OdString path() const;
70
71
//virtual enum OdDbViewRep::SourceType type() const;
72
73
protected
:
74
// OdDbObject methods :
75
virtual
OdResult
dwgInFields
(
OdDbDwgFiler
* pFiler);
76
virtual
void
dwgOutFields
(
OdDbDwgFiler
* pFiler)
const
;
77
virtual
OdResult
dxfInFields
(
OdDbDxfFiler
* pFiler);
78
virtual
void
dxfOutFields
(
OdDbDxfFiler
* pFiler)
const
;
79
};
80
81
#include "
TD_PackPop.h
"
82
83
#endif //OD_VIEWREPINVENTORSOURCE_H
OdResult
OdResult
Definition:
OdResult.h:29
OdDbViewRepInventorSource::OdDbViewRepInventorSource
OdDbViewRepInventorSource()
DbObject.h
OdDbViewRepInventorSource::dwgOutFields
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const
OdDbViewRepInventorSource::ODDB_DECLARE_MEMBERS
ODDB_DECLARE_MEMBERS(OdDbViewRepInventorSource)
TD_PackPop.h
OdDbViewRepSource
Definition:
DbViewRepSource.h:38
ModelDocObjExports.h
OdDbViewRepInventorSource::dxfInFields
virtual OdResult dxfInFields(OdDbDxfFiler *pFiler)
DbViewRepSource.h
OdDbViewRepInventorSource::~OdDbViewRepInventorSource
virtual ~OdDbViewRepInventorSource()
OdDbDxfFiler
Definition:
DbFiler.h:194
TD_PackPush.h
OdDbViewRepInventorSource::dwgInFields
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler)
OdDbViewRepInventorSource::dxfOutFields
virtual void dxfOutFields(OdDbDxfFiler *pFiler) const
MODELDOCOBJ_EXPORT
#define MODELDOCOBJ_EXPORT
Definition:
ModelDocObjExports.h:33
OdDbDwgFiler
Definition:
DbFiler.h:1031
OdDbViewRepInventorSource
Definition:
DbViewRepInventorSource.h:39
Generated on Mon Oct 12 2020 11:49:31