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: 10.12.3.0 (10.12.3.0)
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