Files
wg_cpso/CaeModel/Contact/Surface interaction/SurfaceInteractionProperty.cs
2026-03-25 18:20:24 +08:00

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
}
}