goes through all members of both foam objects and replaces dummy objects with
real dual references from the other foam
works only if the foam objects have the dummy duals set
will throw exception if the two are not dual of each other
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic static void ConnectDuals(
ref PFoam primal,
ref PFoam dual
)
Public Shared Sub ConnectDuals (
ByRef primal As PFoam,
ByRef dual As PFoam
)
public:
static void ConnectDuals(
PFoam^% primal,
PFoam^% dual
)
static member ConnectDuals :
primal : PFoam byref *
dual : PFoam byref -> unit
Parameters
- primal
- Type: PolyFrameworkPFoam
primal foam - dual
- Type: PolyFrameworkPFoam
dual foam
See Also