[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)
Syntaxpublic void Show(
bool verts = true,
bool edges = true,
bool faces = true
)
Public Sub Show (
Optional verts As Boolean = true,
Optional edges As Boolean = true,
Optional faces As Boolean = true
)
public:
void Show(
bool verts = true,
bool edges = true,
bool faces = true
)
member Show :
?verts : bool *
?edges : bool *
?faces : bool
(* Defaults:
let _verts = defaultArg verts true
let _edges = defaultArg edges true
let _faces = defaultArg faces true
*)
-> unit
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