FemMesh.FixAll (Point3D, Vector3D, Vector3D, Double, Double) Method

Fixes all degree of freedoms for selected faces.
Public Function FixAll( _ 
ByVal center As Point3D, _ 
ByVal axis As Vector3D, _ 
ByVal refDir As Vector3D, _ 
ByVal radius As Double, _ 
ByVal inflateBy As Double
) As Integer
This language is not supported or no code example is available.
public int FixAll( 
Point3D center
Vector3D axis
Vector3D refDir
double radius
double inflateBy 
)
This language is not supported or no code example is available.

Parameters

center
Point3D

Search cylinder center

axis
Vector3D

Search cylinder axis

refDir
Vector3D

Search cylinder reference direction

radius
double

Search cylinder radius

inflateBy
double

Search volume offset

Return Value

int

Returns the number of affected nodes.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition