LoadDataLoadFromFaces 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)
Syntaxpublic static PFoam LoadFromFaces(
IList<Brep> faceBreps,
out PFoam dual,
bool updateGeometry = false
)
Public Shared Function LoadFromFaces (
faceBreps As IList(Of Brep),
<OutAttribute> ByRef dual As PFoam,
Optional updateGeometry As Boolean = false
) As PFoam
public:
static PFoam^ LoadFromFaces(
IList<Brep^>^ faceBreps,
[OutAttribute] PFoam^% dual,
bool updateGeometry = false
)
static member LoadFromFaces :
faceBreps : IList<Brep> *
dual : PFoam byref *
?updateGeometry : bool
(* Defaults:
let _updateGeometry = defaultArg updateGeometry false
*)
-> PFoam
Parameters
- faceBreps
- Type: System.Collections.GenericIListBrep
[Missing <param name="faceBreps"/> documentation for "M:PolyFramework.LoadData.LoadFromFaces(System.Collections.Generic.IList{Rhino.Geometry.Brep},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.LoadFromFaces(System.Collections.Generic.IList{Rhino.Geometry.Brep},PolyFramework.PFoam@,System.Boolean)"]
Return Value
Type:
PFoam[Missing <returns> documentation for "M:PolyFramework.LoadData.LoadFromFaces(System.Collections.Generic.IList{Rhino.Geometry.Brep},PolyFramework.PFoam@,System.Boolean)"]
See Also