Entity.WriteObjAsLines Method

Write in Obj file format as set of lines connecting vertices.
Protected Sub WriteObjAsLines( _ 
ByRef objectCount As Integer, _ 
ByVal objTextWriter As TextWriter, _ 
ByRef vCount As Integer, _ 
ByRef tcCount As Integer, _ 
ByRef nCount As Integer, _ 
ByVal mtlTextWriter As TextWriter, _ 
ByVal layers As LayerKeyedCollection, _ 
ByVal dir As String, _ 
ByVal materials As MaterialKeyedCollection, _ 
ByVal tol As Double, _ 
ByVal maxAngle As Double, _ 
ByVal blocks As BlockKeyedCollection
)
This language is not supported or no code example is available.
protected void WriteObjAsLines( 
ref int objectCount
TextWriter objTextWriter
ref int vCount
ref int tcCount
ref int nCount
TextWriter mtlTextWriter
LayerKeyedCollection layers
string dir
MaterialKeyedCollection materials
double tol
double maxAngle
BlockKeyedCollection blocks 
)
This language is not supported or no code example is available.

Parameters

objectCount
int

objTextWriter
TextWriter

vCount
int

tcCount
int

nCount
int

mtlTextWriter
TextWriter

layers
LayerKeyedCollection

dir
string

materials
MaterialKeyedCollection

tol
double

maxAngle
double

blocks
BlockKeyedCollection

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition