<Code Lib>
M

FabricSheet.SetSolidInView

Description:
Sets this fabric sheet to be shown solidly in a 3D view.

public void SetSolidInView(
	View3D view,
	bool solid
)

  • view
    The 3D view element
  • Boolean
    solid
    True if fabric sheet is shown solidly, false otherwise.

Loading…