Click or drag to resize

PFoamMoveFaceVertices_Form Method

[Missing <summary> documentation for "M:PolyFramework.PFoam.MoveFaceVertices_Form(System.Collections.Generic.IList{PolyFramework.PFVertex},System.Collections.Generic.IList{Rhino.Geometry.Point3d},System.Double,System.Boolean)"]

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public PfoamRef MoveFaceVertices_Form(
	IList<PFVertex> verts,
	IList<Point3d> positions,
	double tolerance,
	bool considerExternal = false
)

Parameters

verts
Type: System.Collections.GenericIListPFVertex

[Missing <param name="verts"/> documentation for "M:PolyFramework.PFoam.MoveFaceVertices_Form(System.Collections.Generic.IList{PolyFramework.PFVertex},System.Collections.Generic.IList{Rhino.Geometry.Point3d},System.Double,System.Boolean)"]

positions
Type: System.Collections.GenericIListPoint3d

[Missing <param name="positions"/> documentation for "M:PolyFramework.PFoam.MoveFaceVertices_Form(System.Collections.Generic.IList{PolyFramework.PFVertex},System.Collections.Generic.IList{Rhino.Geometry.Point3d},System.Double,System.Boolean)"]

tolerance
Type: SystemDouble

[Missing <param name="tolerance"/> documentation for "M:PolyFramework.PFoam.MoveFaceVertices_Form(System.Collections.Generic.IList{PolyFramework.PFVertex},System.Collections.Generic.IList{Rhino.Geometry.Point3d},System.Double,System.Boolean)"]

considerExternal (Optional)
Type: SystemBoolean

[Missing <param name="considerExternal"/> documentation for "M:PolyFramework.PFoam.MoveFaceVertices_Form(System.Collections.Generic.IList{PolyFramework.PFVertex},System.Collections.Generic.IList{Rhino.Geometry.Point3d},System.Double,System.Boolean)"]

Return Value

Type: PfoamRef

[Missing <returns> documentation for "M:PolyFramework.PFoam.MoveFaceVertices_Form(System.Collections.Generic.IList{PolyFramework.PFVertex},System.Collections.Generic.IList{Rhino.Geometry.Point3d},System.Double,System.Boolean)"]

See Also