VIZCore3D+.NETAPIVIZCore3D.NETPropertiesModelTreeWidth이 페이지에서ModelTreeWidth public int ModelTreeWidth { get; set; } 모델 트리 가로 길이 Returns TypeDescriptionint Examples // VIZCore3D.NET Controlprivate VIZCore3D.NET.VIZCore3DControl vizcore3d;private void Example(){ int width = vizcore3d.ModelTreeWidth; vizcore3d.ModelTreeWidth = width + 100;}