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)
Syntaxpublic Dictionary<int, Point3d> ComputeDualVertices()
Public Function ComputeDualVertices As Dictionary(Of Integer, Point3d)
public:
Dictionary<int, Point3d>^ ComputeDualVertices()
member ComputeDualVertices : unit -> Dictionary<int, Point3d>
Return Value
Type:
DictionaryInt32,
Point3d[Missing <returns> documentation for "M:PolyFramework.PFoam.ComputeDualVertices"]
See Also