home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 January
/
Chip_1997-01_cd.bin
/
ms95
/
disk22
/
dir08
/
f012500.re_
/
f012500.re
Wrap
Text File
|
1996-04-02
|
4KB
|
103 lines
/*----------------------------------------------------------------------+
| |
| Copyright (C) 1985-93 Bentley Systems, Inc., All rights reserved. |
| |
| "MicroStation", "MDL", and "MicroCSL" are trademarks of Bentley |
| Systems, Inc. |
| |
| Limited permission is hereby granted to reproduce and modify this |
| copyrighted material provided that the resulting code is used only in |
| conjunction with Bentley Systems products under the terms of the |
| license agreement provided therein, and that this notice is retained |
| in its entirety in any such reproduction or modification. |
| |
+----------------------------------------------------------------------*/
/*----------------------------------------------------------------------+
| |
| $Workfile: 3dtools.ids $
| $Revision: 6.7 $
| $Date: 12 Jun 1995 15:16:10 $
| |
+----------------------------------------------------------------------*/
/*----------------------------------------------------------------------+
| |
| Icon Command IDs |
| |
+----------------------------------------------------------------------*/
#define ICONCMDID_CreateCurve 1
#define ICONCMDID_CreateParabola 2
#define ICONCMDID_CreateConic 3
#define ICONCMDID_CreateSpiral 4
#define ICONCMDID_CreateHelix 5
#define ICONCMDID_ExtractCurve 6
#define ICONCMDID_CompositeCurve 8
#define ICONCMDID_BlendCurve 9
#define ICONCMDID_ChangeCurve 10
#define ICONCMDID_ChangePolygon 11
#define ICONCMDID_ChangeDirection 12
#define ICONCMDID_ConvertBspline 13
#define ICONCMDID_Intersection 15
#define ICONCMDID_Union 16
#define ICONCMDID_Difference 17
#define ICONCMDID_Trim 18
#define ICONCMDID_FilletSurface 19
#define ICONCMDID_BlendSurface 20
#define ICONCMDID_PunchSurface 21
#define ICONCMDID_ChangeSurface 22
#define ICONCMDID_ChangeCap 23
#define ICONCMDID_ChangeBound 24
#define ICONCMDID_DeleteBound 25
#define ICONCMDID_CreateSurface 26
#define ICONCMDID_CrossSection 27
#define ICONCMDID_EdgeSurface 28
#define ICONCMDID_TubeSurface 29
#define ICONCMDID_SkinSurface 30
#define ICONCMDID_CreateBlock 31
#define ICONCMDID_CreateSphere 32
#define ICONCMDID_CreateCylinder 33
#define ICONCMDID_CreateCone 34
#define ICONCMDID_CreateTorus 35
#define ICONCMDID_CreateWedge 36
#define ICONCMDID_SurfaceProject 37
#define ICONCMDID_SurfaceRevolve 38
#define ICONCMDID_SplitSurface 39
#define ICONCMDID_StitchSurface 40
#define ICONCMDID_MatchSurface 41
#define ICONCMDID_ExtrudeSurface 42
#define ICONCMDID_ChamferSurface 43
#define ICONCMDID_ChangeNormal 50
#define ICONCMDID_BlendRails 51
#define ICONCMDID_ReduceCurve 52
#define ICONCMDID_ModifyBsplineCurve 53
#define ICONCMDID_ModifyBsplineSurface 54
#define ICONCMDID_AnalyzeCurvature 55
#define ICONCMDID_DropBspline 56
#define ICONCMDID_DropSurface 57
#define ICONCMDID_ExtractBoundary 58
#define ICONCMDID_LineXSurf 59
#define ICONCMDID_CreateBiArc 60
/*----------------------------------------------------------------------+
| |
| Defines for the 3dTools Auxilary Palette |
| |
+----------------------------------------------------------------------*/
#define ICONCMDPALETTEID_3dAuxiliary (-61)
#define ICONCMDID_FilletCurve 14
#define ICONCMDID_OffsetCurve 45
#define ICONCMDID_OffsetSurface 46
#define ICONCMDID_ExtendCurve 47
#define ICONCMDID_ExtendSurface 48
#define ICONCMDID_MatchCurve 49