StreamData Constructors
Overloads
| Name | Description |
|---|---|
| StreamData() | Construction |
| StreamData(Byte[] stream, string model) | Construction |
| StreamData(Byte[] stream, string model, string password) | Construction |
| StreamData(string uri, string model) | Construction |
| StreamData(string uri, string model, string password) | Construction |
| StreamData(string path) | Construction |
StreamData()
public StreamData()
Construction
StreamData(Byte[] stream, string model)
public StreamData(Byte[] stream, string model)
Construction
Parameters
| Name | Type | Description |
|---|---|---|
| stream | Byte[] | Model Stream |
| model | string | Model Name |
StreamData(Byte[] stream, string model, string password)
public StreamData(Byte[] stream, string model, string password)
Construction
Parameters
| Name | Type | Description |
|---|---|---|
| stream | Byte[] | Model Stream |
| model | string | Model Name |
| password | string | Password |
StreamData(string uri, string model)
public StreamData(string uri, string model)
Construction
Parameters
| Name | Type | Description |
|---|---|---|
| uri | string | Model Uri - https://www.softhills.net/model/toycar.viz |
| model | string | Model Name |
StreamData(string uri, string model, string password)
public StreamData(string uri, string model, string password)
Construction
Parameters
| Name | Type | Description |
|---|---|---|
| uri | string | Model Uri - https://www.softhills.net/model/toycar.viz |
| model | string | Model Name |
| password | string | Password |
StreamData(string path)
public StreamData(string path)
Construction
Parameters
| Name | Type | Description |
|---|---|---|
| path | string | VIZ File Path |