Perpendicularization of the edges based on the normal stored in the .Dual.Normal (face)
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic IList<int> PerpSoft(
int maxSteps,
double conVAngle = 0.017
)
Public Function PerpSoft (
maxSteps As Integer,
Optional conVAngle As Double = 0.017
) As IList(Of Integer)
public:
IList<int>^ PerpSoft(
int maxSteps,
double conVAngle = 0.017
)
member PerpSoft :
maxSteps : int *
?conVAngle : float
(* Defaults:
let _conVAngle = defaultArg conVAngle 0.017
*)
-> IList<int>
Parameters
- maxSteps
- Type: SystemInt32
maximum number of steps in the iteration - conVAngle (Optional)
- Type: SystemDouble
the maximum deviation for the edges from the prescribed direction in radian
Return Value
Type:
IListInt32[Missing <returns> documentation for "M:PolyFramework.PFoam.PerpSoft(System.Int32,System.Double)"]
See Also