All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static MFreeModel3d |
cloneFem(MFreeModel3d model,
FemModel3d fem) |
static MFreeModel3d |
createBeam(MFreeModel3d model,
double[] size,
int[] res) |
static MFreeModel3d |
createBeam(MFreeModel3d model,
RadialWeightFunction.RadialWeightFunctionType fType,
double[] size,
int[] res) |
static MFreeModel3d |
createBeam(MFreeModel3d model,
RadialWeightFunction.RadialWeightFunctionType fType,
double[] size,
int[] res,
int[] ipntRes) |
static MFreeModel3d |
createModel(MFreeModel3d model,
MFreeNode3d[] nodes,
PolygonalMesh surface,
CubaturePoint3d[] cpnts) |
static MFreeModel3d |
createModel(MFreeModel3d model,
Point3d[] nodeLocs,
Point3d[] ipntLoc,
PolygonalMesh surface) |
static MFreeModel3d |
createModel(MFreeModel3d model,
Point3d[] nodeLocs,
Point3d[] ipntLocs,
PolygonalMesh surface,
RadialWeightFunction.RadialWeightFunctionType fType) |
static MFreeModel3d |
createModel(MFreeModel3d model,
PolygonalMesh surface,
RigidTransform3d pos,
int nNodes,
int nIPnts) |
static MFreeModel3d |
createModel(MFreeModel3d model,
PolygonalMesh surface,
RigidTransform3d transform,
int nNodes,
int nIPnts,
int[] gridRes,
RadialWeightFunction.RadialWeightFunctionType fType) |
static Point3d[] |
generatePointLocations(PolygonalMesh mesh,
int[] res,
int nPoints) |