BRepCellHandler.h
Go to the documentation of this file.
1 /*--------------------------------------------------------------------------------------+
2 |
3 | Supplied under applicable software license agreement.
4 |
5 | Copyright (c) 2018 Bentley Systems, Incorporated. All rights reserved.
6 |
7 +---------------------------------------------------------------------------------------*/
8 #pragma once
9 
10 
13 #include "CellHeaderHandler.h"
14 
15 
17 
20 
21 /*=================================================================================**/
35  IBRepEdit
36 {
39 private:
40  virtual void MakeClassAbstract() = 0;
41 public:
42 public:
43 
44 /*---------------------------------------------------------------------------------**/
55 DGNPLATFORM_EXPORT static BentleyStatus CreateBRepCellElement (EditElementHandleR eeh, ElementHandleCP templateEh, ISolidKernelEntityCR entity, DgnModelRefR modelRef);
56 
57 }; // BrepCellHeaderHandler
58 
59 
61 
63 
The Brep cell is used to store boundary representation surfaces and solids created using either the P...
Definition: BRepCellHandler.h:34
#define END_BENTLEY_DGNPLATFORM_NAMESPACE
Definition: DgnPlatformBaseType.r.h:69
Base class for application defined cells that want to be treated as a single object.
Definition: CellHeaderHandler.h:82
#define ELEMENTHANDLER_DECLARE_MEMBERS(__classname__, __exporter__)
Definition: Handler.h:86
A writeable "handle" to an MSElement.
Definition: ElementHandle.h:470
#define DGNPLATFORM_EXPORT
Definition: DgnPlatform/ExportMacros.h:58
struct DgnPlatform::ISolidKernelEntity const & ISolidKernelEntityCR
Definition: DgnPlatform.h:331
BentleyStatus
Definition: Bentley.h:208
A DgnModelRef provides access to a model in a Bentley::DgnPlatform::DgnFile.
Definition: DgnModelRef.h:172
struct DgnPlatform::ElementHandle const * ElementHandleCP
Definition: DgnPlatform.h:260
#define DEFINE_T_SUPER(B)
Definition: Bentley.h:167
#define BEGIN_BENTLEY_DGNPLATFORM_NAMESPACE
Definition: DgnPlatformBaseType.r.h:68
Modify an element that represents a solid modeling kernel surface or solid.
Definition: ElementGeometry.h:214

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.