FemMesh.SetPressure (Point3D, Vector3D, Vector3D, Double, Interval, Double, Vector3D) Method

Sets the specified pressure to selected faces.
Public Function SetPressure( _ 
ByVal center As Point3D, _ 
ByVal axis As Vector3D, _ 
ByVal refDir As Vector3D, _ 
ByVal radius As Double, _ 
ByVal angle As Interval, _ 
ByVal inflateBy As Double, _ 
ByVal pressure As Vector3D
) As Integer
This language is not supported or no code example is available.
public int SetPressure( 
Point3D center
Vector3D axis
Vector3D refDir
double radius
Interval angle
double inflateBy
Vector3D pressure 
)
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

Angular span in radians

inflateBy
double

Search volume offset

pressure
Vector3D

The pressure vector magnitude

Return Value

int

Returns the number of affected nodes.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition