 | FEMeshEngineSurfaceAlgorithm Property |
Algorithm that GMSH will use for surface meshing.
Namespace: ema3d.Api.V25.Charging.MeshingAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic SurfaceAlgorithms SurfaceAlgorithm { get; set; }
Public Property SurfaceAlgorithm As SurfaceAlgorithms
Get
Set
public:
property SurfaceAlgorithms SurfaceAlgorithm {
SurfaceAlgorithms get ();
void set (SurfaceAlgorithms value);
}
member SurfaceAlgorithm : SurfaceAlgorithms with get, set
Property Value
SurfaceAlgorithms
See Also