FemMesh.Fix (Point3D, Point3D, Double, Boolean, Boolean, Boolean) Method

Fixes specified degree of freedoms for selected faces.
Public Function Fix( _ 
ByVal min As Point3D, _ 
ByVal max As Point3D, _ 
ByVal inflateBy As Double, _ 
ByVal x As Boolean, _ 
ByVal y As Boolean, _ 
ByVal z As Boolean
) As Integer
This language is not supported or no code example is available.
public int Fix( 
Point3D min
Point3D max
double inflateBy
bool x
bool y
bool z 
)
This language is not supported or no code example is available.

Parameters

min
Point3D

Defines the min 3D point of the box

max
Point3D

Defines the max 3D point of the box

inflateBy
double

Search volume offset

x
bool

When true, traslation along X is restrained.

y
bool

When true, traslation along Y is restrained.

z
bool

When true, traslation along Z is restrained.

Return Value

int

Returns the number of affected nodes.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition