FemMesh.Fix (Plane, Interval, Interval, Double, Boolean, Boolean, Boolean) Method

Fixes specified degree of freedoms for selected faces.
Public Function Fix( _ 
ByVal plane As Plane, _ 
ByVal alongX As Interval, _ 
ByVal alongY As Interval, _ 
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( 
Plane plane
Interval alongX
Interval alongY
double inflateBy
bool x
bool y
bool z 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

Search reference plane

alongX
Interval

Distance span along plane X axis

alongY
Interval

Distance span along plane Y axis

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