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)
Syntaxpublic PFCell PointInCell(
Point3d position
)
Public Function PointInCell (
position As Point3d
) As PFCell
public:
PFCell^ PointInCell(
Point3d position
)
member PointInCell :
position : Point3d -> PFCell
Parameters
- position
- Type: Point3d
new vertex position
Return Value
Type:
PFCellthe cell the vertex moves into
See Also