Click or drag to resize

PFoamComputeDualVertices Method

Alternative method used for refreshing the dual when there is no need to created the topology structure. Just the new positions for the vertices are computed.

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public Dictionary<int, Point3d> ComputeDualVertices()

Return Value

Type: DictionaryInt32, Point3d

[Missing <returns> documentation for "M:PolyFramework.PFoam.ComputeDualVertices"]

See Also