SoSTLWriteActionSetBinaryOutput Method |
Sets whether output should be ASCII (default) or binary.
Namespace: OIV.Inventor.IO.STLAssembly: OIV.Inventor.IO.STL (in OIV.Inventor.IO.STL.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetBinaryOutput(
bool flag
)
Public Sub SetBinaryOutput (
flag As Boolean
)
public:
void SetBinaryOutput(
bool flag
)
member SetBinaryOutput :
flag : bool -> unit
Parameters
- flag
- Type: SystemBoolean
Remarks See Also