<Code Lib>
M

AreaReinforcement.SetSolidInView

Description:
Sets this Area Reinforcement to be shown solidly in a 3D view.

public void SetSolidInView(
	View3D view,
	bool solid
)

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

Loading…