Click or drag to resize

PFoamProcessBFaces 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 ProcessBFaces(
	IList<Brep> breps,
	double tollerance,
	double pTollerance
)

Parameters

breps
Type: System.Collections.GenericIListBrep

[Missing <param name="breps"/> documentation for "M:PolyFramework.PFoam.ProcessBFaces(System.Collections.Generic.IList{Rhino.Geometry.Brep},System.Double,System.Double)"]

tollerance
Type: SystemDouble

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

pTollerance
Type: SystemDouble

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

Return Value

Type: 
Face objects
See Also