Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

c20570e4 3256 036f 70b8 dfd1700f20e6

haplokuon edited this page May 6, 2023 · 1 revision

DxfObjectCode Class

netDxf 3.0.0 Library

DXF string codes.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static class DxfObjectCode

VB

Public NotInheritable Class DxfObjectCode

C++

public ref class DxfObjectCode abstract sealed

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type DxfObjectCode = class end
Inheritance Object → DxfObjectCode

Fields

AcadTable Table made of rows and columns.
AcdsDataSection AcdsData section. Currently it is used for storing the data for solids, regions, surfaces, and the preview image.
AppId Application registry.
ApplicationIdTable Extended data application registries table.
Arc Arc.
ArcDimension Arc Length Dimension.
Attribute Attribute.
AttributeDefinition Attribute definition.
BeginBlock Begin block code.
BeginSection Begin section code.
Block Block.
BlockEnd End block.
BlockRecord Block record.
BlockRecordTable Block records table.
BlocksSection Blocks section.
Circle Circle.
Class Class entry.
ClassesSection Classes section.
Dictionary Dictionary.
Dimension Dimension.
DimensionStyleTable Dimension styles table.
DimStyle Dimension style.
Ellipse Ellipse.
EndBlock End block code.
EndOfFile End of file.
EndSection End section code.
EndSequence End sequence.
EndTable End table code.
EntitiesSection Entities section.
Face3d 3d face.
Group Groups.
GroupDictionary Group dictionary.
Hatch Hatch.
HeaderSection Header section.
Image Raster image.
ImageDef Image definition.
ImageDefDictionary Multiline styles dictionary.
ImageDefReactor Image definition reactor.
ImageVarsDictionary MLine styles dictionary.
Insert Block insertion.
Layer Layer.
LayerStates Layer states dictionary.
LayerTable Layers table.
Layout Layouts.
LayoutDictionary Layouts dictionary.
Leader Leader.
Line Line.
Linetype Line type.
LinetypeTable Line types table.
LwPolyline Lightweight polyline.
Mesh Mesh.
MLine MLine.
MLineStyle Multiline style.
MLineStyleDictionary Multiline styles dictionary.
MText Multiline text string.
ObjectsSection Objects section.
Point Point.
Polyline Polyline.
RasterVariables Raster variables.
Ray Ray.
Shape Shape
Solid Solid.
Spline Spline (nonuniform rational B-splines, NURBS).
Table Begin table code.
TablesSection Tables section.
Text Text string.
TextStyle Text style.
TextStyleTable Text styles table.
ThumbnailImageSection Thumbnail section.
Tolerance Tolerance.
Trace Trace.
Ucs User coordinate system.
UcsTable User coordinate system table.
Underlay Underlay.
UnderlayDefinition Underlay definition.
UnderlayDgn DGN underlay.
UnderlayDgnDefinition DGN underlay definition.
UnderlayDgnDefinitionDictionary DGN underlay definition dictionary.
UnderlayDwf DWF underlay.
UnderlayDwfDefinition DWF underlay definition.
UnderlayDwfDefinitionDictionary DWF underlay definition styles dictionary.
UnderlayPdf PDF underlay.
UnderlayPdfDefinition PDF underlay definition.
UnderlayPdfDefinitionDictionary PDF underlay definition styles dictionary.
Unknown Not defined.
Vertex Vertex.
View View.
Viewport Viewport entity.
ViewTable Views table.
VPort Viewport table object.
VportTable Viewports table.
Wipeout Wipeout.
XLine XLine.
XRecord XRecord.

See Also

Reference

netDxf Namespace

Clone this wiki locally