CFx SDK Documentation
2020SP3
SDK
CFx
dd_inc
DbVertex.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
25
26
27
#ifndef _OD_DB_VERTEX_
28
#define _OD_DB_VERTEX_
29
30
#include "
TD_PackPush.h
"
31
32
#include "
DbEntity.h
"
33
38
namespace
OdDb
39
{
40
enum
Vertex3dType
41
{
42
k3dSimpleVertex
= 0,
// Standard vertex.
43
k3dControlVertex
= 1,
// Spline-fit or curve-fit control point.
44
k3dFitVertex
= 2
// Spline-fit or curve-fit generated vertex.
45
};
46
}
47
55
class
TOOLKIT_EXPORT
OdDbVertex
:
public
OdDbEntity
56
{
57
public
:
58
ODDB_DECLARE_MEMBERS
(
OdDbVertex
);
59
60
// OdDbVertex();
61
62
OdResult
dxfInFields
(
63
OdDbDxfFiler
* pFiler);
64
65
void
dxfOutFields
(
66
OdDbDxfFiler
* pFiler)
const
;
67
68
OdResult
subGetGeomExtents
(
69
OdGeExtents3d
& extents)
const
;
70
71
OdResult
subTransformBy
(
const
OdGeMatrix3d
& xform);
72
73
OdDbEntityPtr
subSubentPtr
(
const
OdDbFullSubentPath
& path)
const
;
74
};
78
typedef
OdSmartPtr<OdDbVertex>
OdDbVertexPtr
;
79
80
#include "
TD_PackPop.h
"
81
82
#endif
OdResult
OdResult
Definition:
OdResult.h:29
OdDbVertexPtr
OdSmartPtr< OdDbVertex > OdDbVertexPtr
Definition:
DbVertex.h:78
OdDbVertex::subSubentPtr
OdDbEntityPtr subSubentPtr(const OdDbFullSubentPath &path) const
OdDbFullSubentPath
Definition:
DbSubentId.h:49
OdDbVertex::dxfOutFields
void dxfOutFields(OdDbDxfFiler *pFiler) const
TD_PackPop.h
OdGeMatrix3d
Definition:
GeMatrix3d.h:73
OdDb::Vertex3dType
Vertex3dType
Definition:
DbVertex.h:41
OdDbVertex::dxfInFields
OdResult dxfInFields(OdDbDxfFiler *pFiler)
OdSmartPtr< OdDbEntity >
DbEntity.h
OdDb::k3dControlVertex
@ k3dControlVertex
Definition:
DbVertex.h:43
OdDb::k3dFitVertex
@ k3dFitVertex
Definition:
DbVertex.h:44
OdDbVertex::subTransformBy
OdResult subTransformBy(const OdGeMatrix3d &xform)
OdDbDxfFiler
Definition:
DbFiler.h:194
TD_PackPush.h
OdDbVertex
Definition:
DbVertex.h:56
OdDbEntity
Definition:
DbEntity.h:90
OdDbVertex::ODDB_DECLARE_MEMBERS
ODDB_DECLARE_MEMBERS(OdDbVertex)
OdGeExtents3d
Definition:
GeExtents3d.h:45
OdDb
Definition:
Db2dPolyline.h:50
OdDb::k3dSimpleVertex
@ k3dSimpleVertex
Definition:
DbVertex.h:42
TOOLKIT_EXPORT
#define TOOLKIT_EXPORT
Definition:
DbExport.h:40
OdDbVertex::subGetGeomExtents
OdResult subGetGeomExtents(OdGeExtents3d &extents) const
Generated on Mon Oct 12 2020 11:49:31