Finds the cell a point is in relative to an edge
The cell is part of the list of cells the edge 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 point is in
See Also