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

Fixes all degree of freedoms for selected faces.
Public Function Fix( _ 
ByVal center As Point3D, _ 
ByVal axis As Vector3D, _ 
ByVal refDir As Vector3D, _ 
ByVal radius As Double, _ 
ByVal angle As Interval, _ 
ByVal distance 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( 
Point3D center
Vector3D axis
Vector3D refDir
double radius
Interval angle
Interval distance
double inflateBy
bool x
bool y
bool z 
)
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

angle
Interval

Angle span in radians

distance
Interval

Search cylinder span along axis

inflateBy
double

Offset of the distance

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