Click or drag to resize

UtilConnectDuals Method

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)
Syntax
public static void ConnectDuals(
	ref PFoam primal,
	ref PFoam dual
)

Parameters

primal
Type: PolyFrameworkPFoam
primal foam
dual
Type: PolyFrameworkPFoam
dual foam
See Also