FRX SDK Documentation
2025 SP0
Loading...
Searching...
No Matches
SDK
FxARX
_impl_include
addtypedef.h
Go to the documentation of this file.
1
#pragma once
2
3
//
4
// (C) Copyright 2005-2024 by Graebert GmbH.
5
//
6
// Permission to use, copy, modify, and distribute this software in
7
// object code form for any purpose and without fee is hereby granted,
8
// provided that the above copyright notice appears in all copies and
9
// that both that copyright notice and the limited warranty and
10
// restricted rights notice below appear in all supporting
11
// documentation.
12
//
13
// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
14
// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
15
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
16
// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
17
// UNINTERRUPTED OR ERROR FREE.
18
19
typedef
void
(*
AcRxFunctionPtr
) ();
20
typedef
double
ads_real
;
21
typedef
double
acedDwgPoint
[3];
22
typedef
double
ads_point
[3];
23
//typedef DWORD_PTR ads_name[2];
24
typedef
ads_real
ads_matrix
[4][4];
25
typedef
uintptr_t
ads_name
[2];
26
27
#if defined (__cplusplus) || defined (__cplusplus__)
28
#include "
acge17/AcGeVector3d.h
"
29
#include "
addStruct.h
"
30
31
template
<
typename
Param1 >
class
AcArrayObjectCopyReallocator
;
32
class
AcDbObjectId
;
33
class
AcGePoint3d
;
34
class
AcDbEntity
;
35
class
AcDbGripData
;
36
class
AcDbFullSubentPath
;
37
class
AcAxObjectRef
;
38
class
AcDbDynBlockReferenceProperty
;
39
class
AcDbEvalVariant
;
40
class
AcDbDataCell
;
41
class
AcDbSubentId
;
42
43
typedef
AcArray< AcDbObjectId, AcArrayMemCopyReallocator< AcDbObjectId >
>
AcDbObjectIdArray
;
44
typedef
AcArray< void*, AcArrayMemCopyReallocator< void* >
>
AcDbVoidPtrArray
;
45
typedef
AcArray< int, AcArrayMemCopyReallocator< int >
>
AcDbIntArray
;
46
typedef
AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d >
>
AcGePoint3dArray
;
47
typedef
AcArray< AcGePoint2d, AcArrayMemCopyReallocator< AcGePoint2d >
>
AcGePoint2dArray
;
48
typedef
AcArray< double, AcArrayMemCopyReallocator< double >
>
AcGeDoubleArray
;
49
typedef
AcArray< void*, AcArrayMemCopyReallocator< void* >
>
AcGeVoidPointerArray
;
50
typedef
AcArray< int, AcArrayMemCopyReallocator< int >
>
AcGeIntArray
;
51
typedef
AcArray< AcGeVector3d, AcArrayMemCopyReallocator< AcGeVector3d >
>
AcGeVector3dArray
;
52
typedef
AcArray< AcGeVector2d, AcArrayMemCopyReallocator< AcGeVector2d>
>
AcGeVector2dArray
;
53
typedef
AcArray< AcDbEntity*, AcArrayMemCopyReallocator< AcDbEntity *>
>
AcDbEntityArray
;
54
typedef
AcArray< AcDbGripData *, AcArrayMemCopyReallocator< AcDbGripData *>
>
AcDbGripDataPtrArray
;
55
typedef
AcArray< AcDbFullSubentPath, AcArrayObjectCopyReallocator< AcDbFullSubentPath>
>
AcDbFullSubentPathArray
;
56
typedef
AcArray< AcDbDynBlockReferenceProperty, AcArrayObjectCopyReallocator< AcDbDynBlockReferenceProperty>
>
AcDbDynBlockReferencePropertyArray
;
57
typedef
AcArray< AcDbEvalVariant, AcArrayObjectCopyReallocator< AcDbEvalVariant>
>
AcDbEvalVariantArray
;
58
typedef
AcArray< AcDbDataCell, AcArrayObjectCopyReallocator< AcDbDataCell>
>
AcDbDataCellArray
;
59
typedef
AcArray<ACHAR *>
AcApProfileNameArray
;
60
typedef
AcArray<Adesk::IntPtr>
AcGeIntPtrArray
;
61
typedef
AcArray<Adesk::IntPtr>
AcDbIntPtrArray
;
62
typedef
AcArray<AcDbIntArray, AcArrayObjectCopyReallocator<AcDbIntArray>
>
AcDbArrayIntArray
;
63
using
AcDbSubentIdArray
=
AcArray< AcDbSubentId, AcArrayMemCopyReallocator< AcDbSubentId >
>;
64
using
AcInt32Array
=
AcArray< Adesk::Int32, AcArrayMemCopyReallocator< Adesk::Int32 >
>;
65
using
AcBinaryData
=
AcArray<unsigned char, AcArrayMemCopyReallocator<unsigned char>
>;
66
using
AcRxObjectPtrArray
=
AcArray<AcRxObject*, AcArrayMemCopyReallocator<AcRxObject*>
>;
67
68
typedef
void
*
AcGsWindowingSystemID
;
69
typedef
void
*
AcGsWindowId
;
70
71
const
ACHAR
kszVS2DWireframe
[] =
L
"2dWireframe"
;
72
const
ACHAR
kszVS3DWireframe
[] =
L
"3dWireframe"
;
73
const
ACHAR
kszVSBasic
[] =
L
"Basic"
;
74
const
ACHAR
kszVSHidden
[] =
L
"Hidden"
;
75
const
ACHAR
kszVSRealistic
[] =
L
"Realistic"
;
76
const
ACHAR
kszVSConceptual
[] =
L
"Conceptual"
;
77
const
ACHAR
kszVSCustom
[] =
L
"Custom"
;
78
const
ACHAR
kszVSShadesOfGray
[] =
L
"Shades of Gray"
;
79
const
ACHAR
kszVSSketchy
[] =
L
"Sketchy"
;
80
const
ACHAR
kszVSXRay
[] =
L
"X-Ray"
;
81
const
ACHAR
kszVSShaded
[] =
L
"Shaded"
;
82
const
ACHAR
kszVSShadedWithEdges
[] =
L
"Shaded with edges"
;
83
const
ACHAR
kszVSFlat
[] =
L
"Flat"
;
84
const
ACHAR
kszVSFlatWithEdges
[] =
L
"FlatWithEdges"
;
85
const
ACHAR
kszVSGouraud
[] =
L
"Gouraud"
;
86
const
ACHAR
kszVSGouraudWithEdges
[] =
L
"GouraudWithEdges"
;
87
88
#ifdef T
89
#undef T
90
#endif
91
enum
{
T
=3 };
92
#endif
93
94
class
AcEdUIContext
;
95
96
typedef
Adesk::UInt16
UInt16
;
97
98
typedef
Adesk::uint
uint
;
AcDbVoidPtrArray
AcArray< void *, AcArrayMemCopyReallocator< void * > > AcDbVoidPtrArray
Definition
AcDbEntity.h:52
AcGePoint3dArray
AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > AcGePoint3dArray
Definition
AcDbEntity.h:51
AcDbIntArray
AcArray< int, AcArrayMemCopyReallocator< int > > AcDbIntArray
Definition
AcDbEntity.h:53
AcDbGripDataPtrArray
AcArray< AcDbGripData *, AcArrayMemCopyReallocator< AcDbGripData * > > AcDbGripDataPtrArray
Definition
AcDbGripData.h:27
AcGeVector3d.h
AddStruct.h
ACHAR
TCHAR ACHAR
Definition
GeneratedCommonHeader.h:64
ads_matrix
ads_real ads_matrix[4][4]
Definition
addtypedef.h:24
UInt16
Adesk::UInt16 UInt16
Definition
addtypedef.h:96
ads_real
double ads_real
Definition
addtypedef.h:20
ads_name
uintptr_t ads_name[2]
Definition
addtypedef.h:25
AcRxFunctionPtr
void(* AcRxFunctionPtr)()
Definition
addtypedef.h:19
ads_point
double ads_point[3]
Definition
addtypedef.h:22
uint
Adesk::uint uint
Definition
addtypedef.h:98
acedDwgPoint
double acedDwgPoint[3]
Definition
addtypedef.h:21
AcArrayObjectCopyReallocator
Definition
_AcArray.h:21
AcAxObjectRef
Definition
AcAxObjectRef.h:24
AcDbDataCell
Definition
AcDbDataCell.h:30
AcDbDynBlockReferenceProperty
Definition
AcDbDynBlockReferenceProperty.h:29
AcDbEntity
Definition
AcDbEntity.h:56
AcDbEvalVariant
Definition
AcDbEvalVariant.h:28
AcDbFullSubentPath
Definition
AcDbFullSubentPath.h:24
AcDbGripData
Definition
AcDbGripData.h:48
AcDbObjectId
Definition
AcDbObjectId.h:25
AcDbSubentId
Definition
AcDbSubentId.h:26
AcEdUIContext
Definition
addclass.h:441
AcGePoint3d
Definition
AcGePoint3d.h:27
Generated on Mon Mar 4 2024 12:50:08