HiddenLinesViewOnFileAutodesk(HiddenLinesViewSettings, String, versionType, Double, linearUnitsType, lineWeightUnitsType, Boolean) Constructor

Constructor.
Public Sub New( _ 
ByVal viewSettings As HiddenLinesViewSettings, _ 
ByVal filename As String, _ 
ByVal version As versionType, _ 
ByVal scale As Double, _ 
Optional ByVal units As linearUnitsType = linearUnitsType.Millimeters, _ 
Optional ByVal lineWeightUnits As lineWeightUnitsType = lineWeightUnitsType.Millimeters, _ 
Optional ByVal aciColors As Boolean = true _ 
)
This language is not supported or no code example is available.
public HiddenLinesViewOnFileAutodesk( 
HiddenLinesViewSettings viewSettings
string filename
versionType version
double scale
linearUnitsType units = linearUnitsType.Millimeters, 
lineWeightUnitsType lineWeightUnits = lineWeightUnitsType.Millimeters, 
bool aciColors = true 
)
This language is not supported or no code example is available.

Parameters

viewSettings
HiddenLinesViewSettings

Hidden Lines computation settings

filename
string

The name of the file to save

version
versionType

The AutoCAD file version

scale
double

The scale of the drawing

units
linearUnitsType

The model units

lineWeightUnits
lineWeightUnitsType

The line weight units

aciColors
bool

Saves the colors as Aci colors (Autocad color index) if possible

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition