Click or drag to resize

PFoamPerpSoft Method

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)
Syntax
public IList<int> PerpSoft(
	int maxSteps,
	double conVAngle = 0.017
)

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