Click or drag to resize

PFoamSaveAsCells Method

Creates the cell geometry as polySurfaces

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public IList<Guid> SaveAsCells(
	bool randomCol = false,
	bool asMesh = false
)

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: IListGuid
The guids for each cell
See Also