Click or drag to resize

PFVertexPointInCell Method

Finds the cell some vertex moved into. The cell is part of the list of cells the vertex is connected to.

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public PFCell PointInCell(
	Point3d position
)

Parameters

position
Type: Point3d
new vertex position

Return Value

Type: PFCell
the cell the vertex moves into
See Also