Defines parameters of the ModelWriter.
More...
|
|
| 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.
|
| |
| bool | WritePCurves () |
| | Specifies whether parametric curves should written to the file.
|
| |
| void | SetWritePCurves (bool theWritePCurves) |
| | Sets whether parametric curves should written to the file.
|
| |
| bool | WritePMI () |
| | Specifies whether Product and Manufacturing Information (PMI) should be written to the file.
|
| |
| void | SetWritePMI (bool theWritePMI) |
| | Sets whether Product and Manufacturing Information (PMI) should be written to the file.
|
| |
|
| 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) |
| |
|
| override void | Dispose (bool disposing) |
| |
Defines parameters of the ModelWriter.
Parameters can be set using ModelWriter.SetParameters().
◆ ModelWriterParameters()
| cadex.ModelData.ModelWriterParameters.ModelWriterParameters |
( |
| ) |
|
|
inline |
◆ Dispose()
| override void cadex.ModelData.ModelWriterParameters.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ PreferTextFormat()
| bool cadex.ModelData.ModelWriterParameters.PreferTextFormat |
( |
| ) |
|
|
inline |
◆ SetPreferTextFormat()
| void cadex.ModelData.ModelWriterParameters.SetPreferTextFormat |
( |
bool | thePreferTextFormat | ) |
|
|
inline |
◆ SetSTLEnableMultiPartMode()
| void cadex.ModelData.ModelWriterParameters.SetSTLEnableMultiPartMode |
( |
bool | theSTLEnableMultiPartMode | ) |
|
|
inline |
◆ SetWritePCurves()
| void cadex.ModelData.ModelWriterParameters.SetWritePCurves |
( |
bool | theWritePCurves | ) |
|
|
inline |
Sets whether parametric curves should written to the file.
- See also
- SetWritePCurves().
◆ SetWritePMI()
| void cadex.ModelData.ModelWriterParameters.SetWritePMI |
( |
bool | theWritePMI | ) |
|
|
inline |
Sets whether Product and Manufacturing Information (PMI) should be written to the file.
By default, it is false.
- Warning
- This setting is part of PMI add-on, which is licensed separately from the base Manufacturing Toolkit.
If you do not have it, the passed value will not cause any effect and false will be assigned.
◆ STLEnableMultiPartMode()
| bool cadex.ModelData.ModelWriterParameters.STLEnableMultiPartMode |
( |
| ) |
|
|
inline |
◆ WritePCurves()
| bool cadex.ModelData.ModelWriterParameters.WritePCurves |
( |
| ) |
|
|
inline |
Specifies whether parametric curves should written to the file.
- See also
- WritePCurves().
◆ WritePMI()
| bool cadex.ModelData.ModelWriterParameters.WritePMI |
( |
| ) |
|
|
inline |
Specifies whether Product and Manufacturing Information (PMI) should be written to the file.
See SetWritePMI().