Click or drag to resize

PFoamProcessFaces Method

Create part of the hierarchy of the HalfFace data structure

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public void ProcessFaces(
	IList<Guid> bGuids,
	double tollerance,
	double pTollerance
)

Parameters

bGuids
Type: System.Collections.GenericIListGuid

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

tollerance
Type: SystemDouble

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

pTollerance
Type: SystemDouble

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

Return Value

Type: 
Face objects
See Also