Click or drag to resize

PFoamSaveAsFaces Method

Saves the foam object as a set of trimmed surfaces (one faced breps) For each brep it saves an entry in the user dictionary with the faceId For each vertex in the brep as Point an entry in the user dictionary is saved with the PFvertex Id

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

Parameters

asMesh (Optional)
Type: SystemBoolean

[Missing <param name="asMesh"/> documentation for "M:PolyFramework.PFoam.SaveAsFaces(System.Boolean)"]

Return Value

Type: IListGuid

[Missing <returns> documentation for "M:PolyFramework.PFoam.SaveAsFaces(System.Boolean)"]

See Also