MoldLineManagerVisible Property |
Namespace: VIZCore3D.NET.Manager
// VIZCore3D.NET Control private VIZCore3D.NET.VIZCore3DControl vizcore3d; private void Example() { string transformFileName = @"C:\transformSample.txt"; string stiffFileName = @"C:\stiffFileSample.txt"; string pannelPath = @"C:\Pannel"; vizcore3d.Model.CreateMoldData(transformFileName, stiffFileName, pannelPath); vizcore3d.View.MoldLine.Visible = true; }