Click or drag to resize

GeometryPropertyManagerShowGeometryPropertyDialog Method

Show Geometry Property Dialog

Namespace: VIZCore3D.NET.Manager
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public void ShowGeometryPropertyDialog()
Example
C#
// VIZCore3D.NET Control
private VIZCore3D.NET.VIZCore3DControl vizcore3d;

private void Example()
{
    if (vizcore3d.Model.IsOpen() == false) return;

    vizcore3d.Object3D.GeometryProperty.ShowGeometryPropertyDialog();
}
See Also