HiddenLinesView.GetComputedLines Method

Gets the computed curves for export.
Protected Sub GetComputedLines( _ 
ByRef silho As HdlCurve(), _ 
ByRef edges As HdlCurve(), _ 
ByRef wires As HdlCurve(), _ 
ByRef hiddenSilho As HdlCurve(), _ 
ByRef hiddenEdges As HdlCurve(), _ 
ByRef hiddenWires As HdlCurve(), _ 
ByRef pictures As HdlPicture(), _ 
ByRef texts As HdlText() _ 
)
This language is not supported or no code example is available.
protected void GetComputedLines( 
out HdlCurve[] silho
out HdlCurve[] edges
out HdlCurve[] wires
out HdlCurve[] hiddenSilho
out HdlCurve[] hiddenEdges
out HdlCurve[] hiddenWires
out HdlPicture[] pictures
out HdlText[] texts 
)
This language is not supported or no code example is available.

Parameters

silho
HdlCurve[]

The silhouettes

edges
HdlCurve[]

The edges

wires
HdlCurve[]

The wires

hiddenSilho
HdlCurve[]

The hidden silhouettes

hiddenEdges
HdlCurve[]

The hidden edges

hiddenWires
HdlCurve[]

The hidden wires

pictures
HdlPicture[]

The pictures

texts
HdlText[]

The text printed as string

.NET Framework

Supported in: 4.8

In this article

Definition