mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-23 14:30:32 +05:00
0020978: EDF 1475 SMESH: Convert linear to quadratic on a submesh
+ void ConvertToQuadraticObject(in boolean theForce3d, + in SMESH_IDSource theObject) + void ConvertFromQuadraticObject(in SMESH_IDSource theObject)
This commit is contained in:
parent
cfcd4f3b74
commit
c774eacd4e
@ -284,6 +284,13 @@ module SMESH
|
|||||||
|
|
||||||
boolean ConvertFromQuadratic();
|
boolean ConvertFromQuadratic();
|
||||||
|
|
||||||
|
void ConvertToQuadraticObject(in boolean theForce3d,
|
||||||
|
in SMESH_IDSource theObject)
|
||||||
|
raises (SALOME::SALOME_Exception);
|
||||||
|
|
||||||
|
void ConvertFromQuadraticObject(in SMESH_IDSource theObject)
|
||||||
|
raises (SALOME::SALOME_Exception);
|
||||||
|
|
||||||
void RenumberNodes();
|
void RenumberNodes();
|
||||||
|
|
||||||
void RenumberElements();
|
void RenumberElements();
|
||||||
|
Loading…
Reference in New Issue
Block a user