GeometryPropertyManagerGetGeometryPropertyControl Method |
Namespace: VIZCore3D.NET.Manager
public GeometryPropertyControl GetGeometryPropertyControl()
// VIZCore3D.NET Control private VIZCore3D.NET.VIZCore3DControl vizcore3d; private Panel panelView; private void Example() { VIZCore3D.NET.Controls.GeometryPropertyControl geometryControl = vizcore3d.Object3D.GeometryProperty.GetGeometryPropertyControl(); geometryControl.Dock = DockStyle.Fill; panelView.Controls.Add(geometryControl); }