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