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

Gets all faces in proximity of a cylinder.
Public Function GetFaces( _ 
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
) As Tuple(Of Integer, Integer)()
This language is not supported or no code example is available.
public Tuple<int, int>[] GetFaces( 
Point3D center
Vector3D axis
Vector3D refDir
double radius
Interval angle
Interval distance
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

angle
Interval

Angle span in radians

distance
Interval

Search cylinder span along axis

inflateBy
double

Offset of the distance

Return Value

Tuple<int, int>[]

Returns an array of Tuple objects. Each Tuple contains element index and face index.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition