 | ModelManagerOpen Method |
Open Model
Namespace:
VIZCore3DX.NET.Manager
Assembly:
VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.0.25.515 (1.0.25.515)
Syntaxpublic bool Open(
string file
)
Parameters
- file
- Type: SystemString
Model File Path
Return Value
Type:
BooleanTrue : Sucess / False : Fail
Examples
private VIZCore3DX.NET.VIZCore3DXControl vizcore3dx;
private void Example()
{
string file = "C:\\MODEL\\CAD.vizx";
vizcore3dx.Model.Open(file);
}
See AlsoReference
ModelManager.OpenUri(String)
ModelManager.OpenUri(String, String)
ModelManager.OpenStream(String, Byte)