Click or drag to resize

PFoamSetVertexConstraints Method (IListPFVertex, RhinoObject, Double, Boolean)

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

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public void SetVertexConstraints(
	IList<PFVertex> constr,
	RhinoObject cBase,
	double coef = 1,
	bool on = true
)

Parameters

constr
Type: System.Collections.GenericIListPFVertex

[Missing <param name="constr"/> documentation for "M:PolyFramework.PFoam.SetVertexConstraints(System.Collections.Generic.IList{PolyFramework.PFVertex},Rhino.DocObjects.RhinoObject,System.Double,System.Boolean)"]

cBase
Type: RhinoObject

[Missing <param name="cBase"/> documentation for "M:PolyFramework.PFoam.SetVertexConstraints(System.Collections.Generic.IList{PolyFramework.PFVertex},Rhino.DocObjects.RhinoObject,System.Double,System.Boolean)"]

coef (Optional)
Type: SystemDouble

[Missing <param name="coef"/> documentation for "M:PolyFramework.PFoam.SetVertexConstraints(System.Collections.Generic.IList{PolyFramework.PFVertex},Rhino.DocObjects.RhinoObject,System.Double,System.Boolean)"]

on (Optional)
Type: SystemBoolean

[Missing <param name="on"/> documentation for "M:PolyFramework.PFoam.SetVertexConstraints(System.Collections.Generic.IList{PolyFramework.PFVertex},Rhino.DocObjects.RhinoObject,System.Double,System.Boolean)"]

See Also