ReadSTEP(Stream, Boolean) Constructor

File stream constructor.
Public Sub New( _ 
ByVal stream As Stream, _ 
Optional ByVal includeWires As Boolean = false _ 
)
This language is not supported or no code example is available.
public ReadSTEP( 
Stream stream
bool includeWires = false 
)
This language is not supported or no code example is available.

Parameters

stream
Stream

The file stream

includeWires
bool

Include free point/curves entities

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition