WriteSTEP(WriteParamsWithUnits, Stream) Constructor

Document and stream constructor.
Public Sub New( _ 
ByVal writeParams As WriteParamsWithUnits, _ 
ByVal stream As Stream
)
This language is not supported or no code example is available.
public WriteSTEP( 
WriteParamsWithUnits writeParams
Stream stream 
)
This language is not supported or no code example is available.

Parameters

writeParams
WriteParamsWithUnits

The WriteParamsWithUnits

stream
Stream

The file stream

Remarks
 
  • The closing of the stream is delegated to you.
  • If WriteParams.Blocks count is bigger than zero, the STEP file is written in assembly mode. In the opposite case it is written in individual entity mode.
  • Entity.ColorMethod as colorMethodType.byParent is not supported.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition