CFx SDK Documentation
2026 SP0
Loading...
Searching...
No Matches
SDK
CFx
dd_inc
ShHistory
DbShExtrusion.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
#ifndef ODDB_DBSHEXTRUSION_H
25
#define ODDB_DBSHEXTRUSION_H
26
27
#include "
TD_PackPush.h
"
28
29
#include "
DbShPrimitive.h
"
30
#include "
DbSweepOptions.h
"
31
36
class
DB3DSOLIDHISTORY_EXPORT
OdDbShExtrusion
:
public
OdDbShPrimitive
37
{
38
public
:
39
ODDB_DECLARE_MEMBERS
(
OdDbShExtrusion
);
40
OdDbShExtrusion
();
41
42
virtual
OdResult
dwgInFields
(
OdDbDwgFiler
* pFiler);
43
virtual
void
dwgOutFields
(
OdDbDwgFiler
* pFiler)
const
;
44
virtual
OdResult
dxfInFields
(
OdDbDxfFiler
* pFiler);
45
virtual
void
dxfOutFields
(
OdDbDxfFiler
* pFiler)
const
;
46
47
OdGeVector3d
direction
()
const
;
48
OdResult
setDirection
(
const
OdGeVector3d
& vecDir);
49
double
height
()
const
;
50
OdResult
setHeight
(
double
dHeight);
51
OdResult
getSweepOptions
(
OdDbSweepOptions
& sweepOptions)
const
;
52
OdResult
setSweepOptions
(
const
OdDbSweepOptions
& sweepOptions);
53
OdResult
setExtrude
(
const
OdGeVector3d
& vec,
const
OdDbSweepOptions
& opt);
54
55
OdDbEntityPtr
extrusionEntity
()
const
;
56
OdResult
setExtrusionEntity
(
OdDbEntity
* pExtrudeEnt);
57
58
OdResult
setTaperAngle
(
double
dTaperAng);
59
double
taperAngle
();
60
};
61
65
typedef
OdSmartPtr<OdDbShExtrusion>
OdDbShExtrusionPtr
;
66
67
#include "
TD_PackPop.h
"
68
69
#endif
70
OdDbEntityPtr
OdSmartPtr< OdDbEntity > OdDbEntityPtr
Definition
DbEntity.h:51
OdDbShExtrusionPtr
OdSmartPtr< OdDbShExtrusion > OdDbShExtrusionPtr
Definition
DbShExtrusion.h:65
DbShPrimitive.h
DbSweepOptions.h
OdResult
OdResult
Definition
OdResult.h:29
DB3DSOLIDHISTORY_EXPORT
#define DB3DSOLIDHISTORY_EXPORT
Definition
TD_3DSolidHistoryDef.h:32
TD_PackPop.h
TD_PackPush.h
OdDbDwgFiler
Definition
DbFiler.h:1032
OdDbDxfFiler
Definition
DbFiler.h:195
OdDbEntity
Definition
DbEntity.h:88
OdDbShExtrusion::dxfOutFields
virtual void dxfOutFields(OdDbDxfFiler *pFiler) const
OdDbShExtrusion::setTaperAngle
OdResult setTaperAngle(double dTaperAng)
OdDbShExtrusion::dwgOutFields
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const
OdDbShExtrusion::extrusionEntity
OdDbEntityPtr extrusionEntity() const
OdDbShExtrusion::OdDbShExtrusion
OdDbShExtrusion()
OdDbShExtrusion::setHeight
OdResult setHeight(double dHeight)
OdDbShExtrusion::setDirection
OdResult setDirection(const OdGeVector3d &vecDir)
OdDbShExtrusion::dxfInFields
virtual OdResult dxfInFields(OdDbDxfFiler *pFiler)
OdDbShExtrusion::direction
OdGeVector3d direction() const
OdDbShExtrusion::dwgInFields
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler)
OdDbShExtrusion::height
double height() const
OdDbShExtrusion::ODDB_DECLARE_MEMBERS
ODDB_DECLARE_MEMBERS(OdDbShExtrusion)
OdDbShExtrusion::getSweepOptions
OdResult getSweepOptions(OdDbSweepOptions &sweepOptions) const
OdDbShExtrusion::setExtrude
OdResult setExtrude(const OdGeVector3d &vec, const OdDbSweepOptions &opt)
OdDbShExtrusion::setExtrusionEntity
OdResult setExtrusionEntity(OdDbEntity *pExtrudeEnt)
OdDbShExtrusion::taperAngle
double taperAngle()
OdDbShExtrusion::setSweepOptions
OdResult setSweepOptions(const OdDbSweepOptions &sweepOptions)
OdDbShPrimitive::OdDbShPrimitive
OdDbShPrimitive()
OdDbSweepOptions
Definition
DbSweepOptions.h:41
OdGeVector3d
Definition
GeVector3d.h:55
OdSmartPtr
Definition
SmartPtr.h:58
Generated on Tue Apr 15 2025 11:30:05