|
|
| ModelWriterParameters (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
| | ModelWriterParameters () |
| | Constructor.
|
| |
| bool | STLEnableMultiPartMode () |
| | Specifies whether a model should be formatted part by part or merged.
|
| |
| void | SetSTLEnableMultiPartMode (bool theSTLEnableMultiPartMode) |
| | Sets whether a model should be formatted part by part or merged.
|
| |
| bool | PreferTextFormat () |
| | Specifies whether an output should be formatted as text or binary.
|
| |
| void | SetPreferTextFormat (bool thePreferTextFormat) |
| | Sets whether an output should be formatted as text or binary.
|
| |
|
| BaseObject (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Dispose () |
| |
|
bool | IsNull () |
| |
| ulong | Id () |
| | Return unique identifier of public object.
|
| |
|
bool | IsEqual (cadex.BaseObject theObj) |
| |
|
override int | GetHashCode () |
| |
|
override bool | Equals (System.Object o) |
| |
Defines parameters of the ModelWriter.
Parameters can be set using ModelWriter.SetParameters().