Click or drag to resize

PFoamPlanarize Method

[Missing <summary> documentation for "M:PolyFramework.PFoam.Planarize(System.Int32,System.Double,System.Collections.Generic.IList{System.Int32})"]

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public double Planarize(
	int maxSteps,
	double maxDev,
	IList<int> fixedVerts = null
)

Parameters

maxSteps
Type: SystemInt32

[Missing <param name="maxSteps"/> documentation for "M:PolyFramework.PFoam.Planarize(System.Int32,System.Double,System.Collections.Generic.IList{System.Int32})"]

maxDev
Type: SystemDouble

[Missing <param name="maxDev"/> documentation for "M:PolyFramework.PFoam.Planarize(System.Int32,System.Double,System.Collections.Generic.IList{System.Int32})"]

fixedVerts (Optional)
Type: System.Collections.GenericIListInt32

[Missing <param name="fixedVerts"/> documentation for "M:PolyFramework.PFoam.Planarize(System.Int32,System.Double,System.Collections.Generic.IList{System.Int32})"]

Return Value

Type: Double

[Missing <returns> documentation for "M:PolyFramework.PFoam.Planarize(System.Int32,System.Double,System.Collections.Generic.IList{System.Int32})"]

See Also