WriteSTEP(WriteParamsWithUnits, String) Constructor

Document and file name constructor.
Public Sub New( _ 
ByVal writeParams As WriteParamsWithUnits, _ 
ByVal fileName As String
)
This language is not supported or no code example is available.
public WriteSTEP( 
WriteParamsWithUnits writeParams
string fileName 
)
This language is not supported or no code example is available.

Parameters

writeParams
WriteParamsWithUnits

The WriteParamsWithUnits

fileName
string

The file name (with *.stp extension)

Remarks
 
  • If the file already exists, it will be overwritten.
  • 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