Turns solid filling on or off for models with section cuts.
*FilledSolids()Turns solid filling on or off for models with section cuts. |
|||||
*FilledSolids()Turns solid filling on or off for models with section cuts. |
Syntax |
*FilledSolids(On/Off) |
|
Arguments |
Name |
Description |
On/Off |
On - Displays filled solids Off - Does not display filled solids |
|
Example |
*BeginGraphic() • • • *BeginSectionCut() *Edges(On) *Features(On) *FilledSolids(On) *PlanarSection("Section 1", On, 1, -0.134252, 0.895013, 0.425357, 7, 0) *NonPlanarSection("Section 2", On, 0, 1, 0, 0, 2) *NonPlanarSection("Section 3", On, 0, 0, 1, -22.4007, 3) *EndSectionCut() • • • *EndGraphic() |
|
Application |
HyperView. |
|
Context |
||
Comments |
Turning on *FilledSolids() causes a solid surface to be drawn where a section cut passes through solid elements. |
|
See also |
|
|