From cd911d781ec992054abc16b7d45c767ee4d17085 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 21 Nov 2006 15:51:55 +0000 Subject: [PATCH] INTEGRATION: CWS aw036 (1.10.22); FILE MERGED 2006/10/25 10:07:22 aw 1.10.22.1: #i68442# also init PlaneNormal where Point is inited for B3dEntities --- goodies/source/base3d/base3d.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/goodies/source/base3d/base3d.cxx b/goodies/source/base3d/base3d.cxx index 7c829b8d76ef..2f3de72a22a4 100644 --- a/goodies/source/base3d/base3d.cxx +++ b/goodies/source/base3d/base3d.cxx @@ -4,9 +4,9 @@ * * $RCSfile: base3d.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 16:09:24 $ + * last change: $Author: vg $ $Date: 2006-11-21 16:51:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -667,6 +667,7 @@ void Base3D::AddVertex(basegfx::B3DPoint& rVertex) // geometrische Daten rEntity.Point() = rVertex; + rEntity.PlaneNormal() = basegfx::B3DVector(); // #i68442# Init PlaneNormal rEntity.SetValid(); // Nachbehandlung @@ -681,6 +682,7 @@ void Base3D::AddVertex(basegfx::B3DPoint& rVertex, basegfx::B3DVector& rNormal) // geometrische Daten rEntity.Point() = rVertex; + rEntity.PlaneNormal() = basegfx::B3DVector(); // #i68442# Init PlaneNormal rEntity.SetValid(); // Normale @@ -702,6 +704,7 @@ void Base3D::AddVertex(basegfx::B3DPoint& rVertex, basegfx::B3DVector& rNormal, // geometrische Daten rEntity.Point() = rVertex; + rEntity.PlaneNormal() = basegfx::B3DVector(); // #i68442# Init PlaneNormal rEntity.SetValid(); // Normale