PAL13460 (force the mesh to go through a point)

extract SMESH_MeshEditor.idl from SMESH_Mesh.idl
This commit is contained in:
eap 2007-02-28 10:44:09 +00:00
parent 5c93a99d19
commit 561564bc9e

View File

@ -2310,9 +2310,6 @@ class Mesh:
HasAngles, Angles, HasRefPoint, RefPoint, LinearVariation=False):
if ( isinstance( RefPoint, geompy.GEOM._objref_GEOM_Object)):
RefPoint = GetPointStruct(RefPoint)
if HasAngles and LinearVariation:
Angles = self.editor.LinearAnglesVariation( PathMesh, PathShape, Angles )
pass
return self.editor.ExtrusionAlongPathObject(theObject, PathMesh.GetMesh(), PathShape, NodeStart,
HasAngles, Angles, HasRefPoint, RefPoint)