- UID
- 5043
- 积分
- 1347
- 精华
- 贡献
-
- 威望
-
- 活跃度
-
- D豆
-
- 在线时间
- 小时
- 注册时间
- 2002-5-13
- 最后登录
- 1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
[pcode=cpp,true]
static LPCTSTR docLockModeToStr(AcAp::DocLockMode activity, CString& str);
static LPCTSTR dateToStr(const AcDbDate& date, CString& str);
static LPCTSTR promptStatusToStr(Acad::PromptStatus stat, CString& str);
static LPCTSTR initFlagsToStr(int initFlags, CString& str);
static LPCTSTR deepCloneContextToStr(AcDb::DeepCloneType context, CString& str);
static LPCTSTR filerTypeToStr(AcDb::FilerType type, CString& str);
static LPCTSTR osnapToStr(int osnapMode, CString& str);
static LPCTSTR doubleArray3dToStr(double array[], CString& str);
static LPCTSTR doubleArray2dToStr(double array[], CString& str);
static void stuffAcadCmdLine(const CString& str);
static void clearAcadCmdLine();
static void printIdMap(AcDbIdMapping* idMap, LPCTSTR msgStr);
static Acad::ErrorStatus getPlinePointArrayFromUser(AcGePoint3dArray& vertices);
static void grdrawPline(const AcGePoint3dArray& pts, BOOL close, BOOL hilite);
static void debugPause(LPCTSTR msg);
static Acad::ErrorStatus getFileName(bool isForWrite, LPCTSTR prompt,
LPCTSTR def, LPCTSTR ext, CString& fname,
bool defIsDirectory = true,
bool allowArbitraryExt = false);
static Acad::ErrorStatus getFileNameForRead(LPCTSTR prompt, LPCTSTR def,
LPCTSTR ext, CString& fname,
bool defIsDirectory = true,
bool allowArbitraryExt = false);
static Acad::ErrorStatus getFileNameForWrite(LPCTSTR prompt, LPCTSTR def,
LPCTSTR ext, CString& fname,
bool defIsDirectory = true,
bool allowArbitraryExt = false);
static ArxDbgUiPrBase::Status yesNoPrompt(LPCTSTR msg, bool& answer);
static ArxDbgUiPrBase::Status yesNoPromptDef(LPCTSTR msg, bool& answer, bool def);
static ArxDbgUiPrBase::Status getNewSymbolName(LPCTSTR msg, AcRxClass* symType, CString& symName);
static ArxDbgUiPrBase::Status getExistingSymbolName(LPCTSTR msg, AcRxClass* symType,
CString& symName, bool allowPipes = true);
static bool getEntityOrObject(AcDbObjectId& objId);
[/pcode]
游客,本帖隐藏的内容需要积分高于 50 才可浏览,您当前积分为 0
|
评分
-
查看全部评分
|