Click or drag to resize

LoadDataLoadFromMeshes Method

Loads a structure from a set of breps and the attached serial string (JSON) If there is a dual present it links the dual and outputs it too

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public static PFoam LoadFromMeshes(
	IList<Mesh> meshes,
	out PFoam dual,
	bool updateGeometry = false
)

Parameters

meshes
Type: System.Collections.GenericIListMesh

[Missing <param name="meshes"/> documentation for "M:PolyFramework.LoadData.LoadFromMeshes(System.Collections.Generic.IList{Rhino.Geometry.Mesh},PolyFramework.PFoam@,System.Boolean)"]

dual
Type: PolyFrameworkPFoam
The dual. If empty structure then no dual was found
updateGeometry (Optional)
Type: SystemBoolean

[Missing <param name="updateGeometry"/> documentation for "M:PolyFramework.LoadData.LoadFromMeshes(System.Collections.Generic.IList{Rhino.Geometry.Mesh},PolyFramework.PFoam@,System.Boolean)"]

Return Value

Type: PFoam

[Missing <returns> documentation for "M:PolyFramework.LoadData.LoadFromMeshes(System.Collections.Generic.IList{Rhino.Geometry.Mesh},PolyFramework.PFoam@,System.Boolean)"]

See Also