Creates the cell geometry as polySurfaces
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic IList<Guid> SaveAsCells(
bool randomCol = false,
bool asMesh = false
)
Public Function SaveAsCells (
Optional randomCol As Boolean = false,
Optional asMesh As Boolean = false
) As IList(Of Guid)
public:
IList<Guid>^ SaveAsCells(
bool randomCol = false,
bool asMesh = false
)
member SaveAsCells :
?randomCol : bool *
?asMesh : bool
(* Defaults:
let _randomCol = defaultArg randomCol false
let _asMesh = defaultArg asMesh false
*)
-> IList<Guid>
Parameters
- randomCol (Optional)
- Type: SystemBoolean
If true each group of faces will be with a random colour - asMesh (Optional)
- Type: SystemBoolean
[Missing <param name="asMesh"/> documentation for "M:PolyFramework.PFoam.SaveAsCells(System.Boolean,System.Boolean)"]
Return Value
Type:
IListGuidThe guids for each cell
See Also