document

package
v0.0.0-...-e1e991c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2022 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DxfDocument

type DxfDocument struct {
	Header   *sections.HeaderSection
	Tables   *tables.TablesSection
	Entities *sections.EntitiesSection
	Blocks   sections.BlocksSection
}

DxfDocument the representation of a full dxf document.

func DxfDocumentFromStream

func DxfDocumentFromStream(stream io.Reader) (*DxfDocument, error)

DxfDocumentFromStream reads a DxfDocument from the stream.

func (DxfDocument) Equals

func (doc DxfDocument) Equals(other *DxfDocument) bool

Equals compares against the other DxfDocument for equality.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL