<Code Lib>
M

PathReinforcement.SetSolidInView

Description:
Sets this Path 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 Path Reinforcement is shown solidly, false otherwise.

Loading…