CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
DbLoftedSurface.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2022, 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-2022 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
25#ifndef _DbLoftedSurface_h_Included_
26#define _DbLoftedSurface_h_Included_
27
28#include "TD_PackPush.h"
29#include "DbSurface.h"
30#include "DbLoftOptions.h"
31
32
40{
41public:
44
67 OdDbEntityPtrArray& crossSectionCurves,
68 OdDbEntityPtrArray& guideCurves,
69 OdDbEntity* pPathCurve,
70 OdDbLoftOptions& loftOptions, const OdStreamBuf *pSat = 0);// , const bool byCoedges = false );
71
94 OdDbEntityPtrArray& blendedEdges,
95 OdDbBlendOptions& loftOptions, const OdStreamBuf *pSat = 0);// , const bool byCoedges = false );
96
100 int numCrossSections () const;
101
111
115 int numGuideCurves () const;
116
125 OdDbEntityPtr getGuideCurve ( int idx ) const;
126
131
132
133
139 void getLoftOptions ( OdDbLoftOptions& loftOptions ) const;
140
141
154
156 const OdGeMatrix3d& xfm );
157
158 // OdDbObject methods
159
161 OdDbDwgFiler* pFiler);
162
163 virtual void dwgOutFields(
164 OdDbDwgFiler* pFiler) const;
165
167 OdDbDxfFiler* pFiler);
168
169 virtual void dxfOutFields(
170 OdDbDxfFiler* pFiler) const;
171
173 void* pClsid) const;
174
175 virtual bool isDependent() const { return false; }
176};
177
182
183#include "TD_PackPop.h"
184#endif //_DbLoftedSurface_h_Included_
#define DBENT_EXPORT
Definition: DbExport.h:67
OdSmartPtr< OdDbLoftedSurface > OdDbLoftedSurfacePtr
OdResult
Definition: OdResult.h:29
OdDbEntityPtr getGuideCurve(int idx) const
virtual OdResult subTransformBy(const OdGeMatrix3d &xfm)
virtual OdResult createBlendSurface(OdDbEntityPtrArray &blendedEdges, OdDbBlendOptions &loftOptions, const OdStreamBuf *pSat=0)
ODDB_DECLARE_MEMBERS(OdDbLoftedSurface)
virtual void dxfOutFields(OdDbDxfFiler *pFiler) const
virtual OdResult subGetClassID(void *pClsid) const
int numCrossSections() const
virtual bool isDependent() const
OdDbEntityPtr getCrossSection(int idx) const
OdDbEntityPtr getPathEntity() const
OdResult setLoftOptions(const OdDbLoftOptions &loftOptions)
virtual OdResult createLoftedSurface(OdDbEntityPtrArray &crossSectionCurves, OdDbEntityPtrArray &guideCurves, OdDbEntity *pPathCurve, OdDbLoftOptions &loftOptions, const OdStreamBuf *pSat=0)
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const
int numGuideCurves() const
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler)
virtual OdResult dxfInFields(OdDbDxfFiler *pFiler)
void getLoftOptions(OdDbLoftOptions &loftOptions) const