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.
Click to show internal directories.
Click to hide internal directories.