Click or drag to resize

PFoamShow Method

[Missing <summary> documentation for "M:PolyFramework.PFoam.Show(System.Boolean,System.Boolean,System.Boolean)"]

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public void Show(
	bool verts = true,
	bool edges = true,
	bool faces = true
)

Parameters

verts (Optional)
Type: SystemBoolean

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

edges (Optional)
Type: SystemBoolean

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

faces (Optional)
Type: SystemBoolean

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

See Also