From 2a11138ffe9d723e135f39c06c32d1b579511dde Mon Sep 17 00:00:00 2001 From: aml Date: Fri, 25 Mar 2016 14:32:25 +0300 Subject: [PATCH] 0027306: Incorrect documentation for BRepOffsetAPI_NormalProjection class Incorrect sentence is deleted to avoid misunderstanding. --- src/BRepOffsetAPI/BRepOffsetAPI_NormalProjection.hxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/BRepOffsetAPI/BRepOffsetAPI_NormalProjection.hxx b/src/BRepOffsetAPI/BRepOffsetAPI_NormalProjection.hxx index adbd00dd36..0fedaf74dc 100644 --- a/src/BRepOffsetAPI/BRepOffsetAPI_NormalProjection.hxx +++ b/src/BRepOffsetAPI/BRepOffsetAPI_NormalProjection.hxx @@ -38,7 +38,6 @@ class TopoDS_Edge; //! A framework to define projection onto a shape //! according to the normal from each point to be projected. //! The target shape is a face, and the source shape is an edge or a wire. -//! The target face is considered to be a 2D surface. class BRepOffsetAPI_NormalProjection : public BRepBuilderAPI_MakeShape { public: