FabricSheet.SetSolidInView
Description:
Sets this fabric sheet to be shown solidly in a 3D view.
Sets this fabric sheet to be shown solidly in a 3D view.
[ObsoleteAttribute("This method is deprecated in Revit 2023 and may be removed in a later version of Revit. The FabricSheet will always be shown solidly in 3D views with Fine level of detail. To change this, you can override the detail level of view for Structural Fabric Reinforcement category.")]
public void SetSolidInView(
View3D view,
bool solid
)
-
viewThe 3D view element
-
BooleansolidTrue if fabric sheet is shown solidly, false otherwise.
-
A non-optional argument was null
-
None of the following disciplines is enabled: Structural.
-
This fabric sheet doesn't have valid visibility data.