<Code Lib>
M

RebarContainer.SetSolidInView

Description:
Sets this RebarContainer element is shown as solid in the given 3D view.

public void SetSolidInView(
	View3D view,
	bool solid
)

  • view
    The 3D view element
  • Boolean
    solid
    True if this RebarContainer element is shown as solid in the given 3D view, false otherwise.

Loading…