Integrated in BR_imps_2013 branch: 0022357: EDF NETGENPLUGIN: NETGEN options
This commit is contained in:
parent
614945b22a
commit
3011b71be3
@ -97,6 +97,12 @@ module NETGENPlugin
|
|||||||
|
|
||||||
void SetQuadAllowed(in boolean value);
|
void SetQuadAllowed(in boolean value);
|
||||||
boolean GetQuadAllowed();
|
boolean GetQuadAllowed();
|
||||||
|
|
||||||
|
void SetSurfaceCurvature(in boolean value);
|
||||||
|
boolean GetSurfaceCurvature();
|
||||||
|
|
||||||
|
void SetFuseEdges(in boolean value);
|
||||||
|
boolean GetFuseEdges();
|
||||||
|
|
||||||
void SetLocalSizeOnShape(in GEOM::GEOM_Object GeomObj, in double localSize);
|
void SetLocalSizeOnShape(in GEOM::GEOM_Object GeomObj, in double localSize);
|
||||||
void SetLocalSizeOnEntry(in string entry, in double localSize);
|
void SetLocalSizeOnEntry(in string entry, in double localSize);
|
||||||
|
Loading…
Reference in New Issue
Block a user