mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
PAL13460 (force the mesh to go through a point)
extract SMESH_MeshEditor.idl from SMESH_Mesh.idl
This commit is contained in:
parent
5c93a99d19
commit
561564bc9e
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user