EgtInterface :
- aggiunta interfaccia per EgtSetCurrDimensionStyle e EgtResetCurrDimensionStyle.
This commit is contained in:
@@ -84,6 +84,21 @@ __stdcall EgtCreateTextAdv( int nParentId, const double ptP[3], double dAngRotDe
|
||||
nW, ( bItalic != FALSE), dH, dRat, dAddAdv, nInsPos, nRefType) ;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSetCurrDimensionStyle( double dExtLineLen, double dArrowLen, double dTextDist,
|
||||
int nLenIsMM, int nDecDigit, const wchar_t* wsFont, double dTextHeight)
|
||||
{
|
||||
return ( ExeSetCurrDimensionStyle( dExtLineLen, dArrowLen, dTextDist, nLenIsMM, nDecDigit, wstrztoA( wsFont), dTextHeight) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtResetCurrDimensionStyle( void)
|
||||
{
|
||||
return ( ExeResetCurrDimensionStyle() ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtCreateHorizontalDimension( int nParentId, const double ptP1[3], const double ptP2[3],
|
||||
|
||||
Reference in New Issue
Block a user