EgtGeomKernel 1.5c5 :
- IGdbIterator può utilizzare un altro IGdbIterator per andare sul gruppo - aggiunta gestione nomi di colori standard - Aggiunte ToString e FromString per Color - TSC ora accetta colori standard da nome.
This commit is contained in:
+9
-4
@@ -14,6 +14,11 @@
|
||||
//--------------------------- Include ----------------------------------------
|
||||
#include "stdafx.h"
|
||||
#include "OutScl.h"
|
||||
#include "/EgtDev/Include/EgkPoint3d.h"
|
||||
#include "/EgtDev/Include/EgkCurveLine.h"
|
||||
#include "/EgtDev/Include/EgkCurveArc.h"
|
||||
#include "/EgtDev/Include/EgkCurveBezier.h"
|
||||
#include "/EgtDev/Include/EgkCurveComposite.h"
|
||||
#include "/EgtDev/Include/EGkStringUtils3d.h"
|
||||
#include "/EgtDev/Include/EGnStringConverter.h"
|
||||
|
||||
@@ -101,7 +106,7 @@ OutScl::New( void)
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
OutScl::Remark( string sRemark)
|
||||
OutScl::Remark( const string& sRemark)
|
||||
{
|
||||
// verifico sia aperto
|
||||
if ( ! m_ofFile.is_open())
|
||||
@@ -134,7 +139,7 @@ OutScl::SetMaterial( double dRed, double dGreen, double dBlue)
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
OutScl::SetMaterial( string sMaterial, double dRed, double dGreen, double dBlue)
|
||||
OutScl::SetMaterial( const string& sMaterial, double dRed, double dGreen, double dBlue)
|
||||
{
|
||||
// verifico sia aperto
|
||||
if ( ! m_ofFile.is_open())
|
||||
@@ -152,7 +157,7 @@ OutScl::SetMaterial( string sMaterial, double dRed, double dGreen, double dBlue)
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
OutScl::SetPartLay( string sPart, string sLay)
|
||||
OutScl::SetPartLay( const string& sPart, const string& sLay)
|
||||
{
|
||||
// verifico sia aperto
|
||||
if ( ! m_ofFile.is_open())
|
||||
@@ -170,7 +175,7 @@ OutScl::SetPartLay( string sPart, string sLay)
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
OutScl::SetPartLayRef( string sPart, string sLay, const Frame3d& frFrame)
|
||||
OutScl::SetPartLayRef( const string& sPart, const string& sLay, const Frame3d& frFrame)
|
||||
{
|
||||
double dAngC ;
|
||||
double dAngA ;
|
||||
|
||||
Reference in New Issue
Block a user