Class MeshFreeAnalysisLevelInfoCli
Last update: 16.07.2025Namespace: VM.Managed
Assembly: VMAppCore.dll
This class is to represent the information of meshfree analysis level.
public class MeshFreeAnalysisLevelInfoCli
Inheritance
object ← MeshFreeAnalysisLevelInfoCli
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
MeshFreeAnalysisLevelInfoCli()
public MeshFreeAnalysisLevelInfoCli()
Methods
MeshFreeNodeInformation(VectorBase, double, int, ref List, ref List)
public static bool MeshFreeNodeInformation(VectorBase vecBoundary, double dVolume, int nMaxLevel, ref List<double> lstNodeDistance, ref List<uint> lstNodeCount)
Parameters
vecBoundary VectorBase
dVolume double
nMaxLevel int
lstNodeDistance Listdouble>