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