ReadSTEP(String, Boolean) Constructor

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

Parameters

fileName
string

The file name

includeWires
bool

Include free point/curves entities

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition