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)
Syntaxpublic void ProcessBFaces(
IList<Brep> breps,
double tollerance,
double pTollerance
)
Public Sub ProcessBFaces (
breps As IList(Of Brep),
tollerance As Double,
pTollerance As Double
)
public:
void ProcessBFaces(
IList<Brep^>^ breps,
double tollerance,
double pTollerance
)
member ProcessBFaces :
breps : IList<Brep> *
tollerance : float *
pTollerance : float -> unit
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