25 lines
780 B
C#
25 lines
780 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using CaeMesh;
|
|
|
|
namespace CaeModel
|
|
{
|
|
[Serializable]
|
|
public abstract class SurfaceInteractionProperty
|
|
{
|
|
// Variables
|
|
|
|
|
|
// Properties
|
|
|
|
|
|
// Constructors
|
|
|
|
|
|
// Methods
|
|
}
|
|
}
|