Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / Fix Method / Fix(Plane,Interval,Interval,Double,Boolean,Boolean,Boolean) Method
Search reference plane
Distance span along plane X axis
Distance span along plane Y axis
Search volume offset
When true, traslation along X is restrained
When true, traslation along Y is restrained
When true, traslation along Z is restrained

In This Topic
    Fix(Plane,Interval,Interval,Double,Boolean,Boolean,Boolean) Method
    In This Topic
    Fixes specified degree of freedoms for selected faces.
    Syntax
    'Declaration
     
    Public Overloads 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
    public int Fix( 
       Plane plane,
       Interval alongX,
       Interval alongY,
       double inflateBy,
       bool x,
       bool y,
       bool z
    )

    Parameters

    plane
    Search reference plane
    alongX
    Distance span along plane X axis
    alongY
    Distance span along plane Y axis
    inflateBy
    Search volume offset
    x
    When true, traslation along X is restrained
    y
    When true, traslation along Y is restrained
    z
    When true, traslation along Z is restrained

    Return Value

    Returns the number of affected nodes.
    See Also