Include :
- aggiornamenti.
This commit is contained in:
@@ -595,6 +595,7 @@ EXE_EXPORT bool ExeModifyRawPartSize( int nRawId, double dLength, double dWidth,
|
||||
EXE_EXPORT bool ExeModifyRawPartHeight( int nRawId, double dHeight) ;
|
||||
EXE_EXPORT bool ExeKeepRawPart( int nRawId, int nSouPhase) ;
|
||||
EXE_EXPORT bool ExeVerifyRawPartPhase( int nRawId, int nPhase) ;
|
||||
EXE_EXPORT bool ExeVerifyRawPartCurrPhase( int nRawId) ;
|
||||
EXE_EXPORT bool ExeRemoveRawPartFromCurrPhase( int nRawId) ;
|
||||
EXE_EXPORT bool ExeRemoveRawPart( int nRawId) ;
|
||||
EXE_EXPORT bool ExeRotateRawPart( int nRawId, const Vector3d& vtAx, double dAngRotDeg) ;
|
||||
@@ -619,6 +620,7 @@ EXE_EXPORT bool ExeShowOnlyTable( bool bVal) ;
|
||||
EXE_EXPORT int ExeAddFixture( const std::string& sName, const Point3d& ptPos, double dAngRotDeg, double dMov) ;
|
||||
EXE_EXPORT bool ExeKeepFixture( int nFxtId, int nSouPhase) ;
|
||||
EXE_EXPORT bool ExeRemoveFixture( int nFxtId) ;
|
||||
EXE_EXPORT bool ExeVerifyFixture( int nFxtId) ;
|
||||
EXE_EXPORT int ExeGetFirstFixture( void) ;
|
||||
EXE_EXPORT int ExeGetNextFixture( int nFxtId) ;
|
||||
EXE_EXPORT bool ExeMoveFixture( int nFxtId, const Vector3d& vtMove) ;
|
||||
@@ -787,6 +789,7 @@ EXE_EXPORT bool ExeGetGraphicSnapPoint( int nSnap, int nWinX, int nWinY, int nSe
|
||||
EXE_EXPORT bool ExeGetGridSnapPointZ( bool bSketch, int nWinX, int nWinY, const Point3d& ptGrid, Point3d& ptP) ;
|
||||
EXE_EXPORT int ExeGetLastSnapId( void) ;
|
||||
EXE_EXPORT bool ExeGetLastSnapDir( Vector3d& vtV) ;
|
||||
EXE_EXPORT bool ExeGetPlaneSnapPoint( int nWinX, int nWinY, const Plane3d& Plane, Point3d& ptP) ;
|
||||
EXE_EXPORT bool ExeSetShowMode( int nShowMode, bool bRedraw) ;
|
||||
EXE_EXPORT int ExeGetShowMode( void) ;
|
||||
EXE_EXPORT bool ExeSetShowCurveDirection( bool bShow, bool bRedraw) ;
|
||||
|
||||
Reference in New Issue
Block a user