본문으로 건너뛰기

ShowGeometryPropertyDialog

Overloads

NameDescription
ShowGeometryPropertyDialog()Show Geometry Property Dialog

ShowGeometryPropertyDialog()

public void ShowGeometryPropertyDialog()

Show Geometry Property Dialog

Examples

// VIZCore3D.NET Control
private VIZCore3D.NET.VIZCore3DControl vizcore3d;

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

vizcore3d.Object3D.GeometryProperty.ShowGeometryPropertyDialog();
}