header

package
v0.0.1-alpha Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2024 License: MIT Imports: 0 Imported by: 0

README

= Header
:toc:
aichingert

== Dfx header variables

[cols="1,1,1"]
|===
| Variable
| Group code
| Description

| $ACADMAINTVER
| 70
| maintenance (should be ignored)

| $ACADVER
| 1
| Autocad drawing database version number (shown below)

| $ANGBASE
| 50
| Specifies the compass direction east as the 0 angle.

| $ANGDIR
| 70
| 1 -> Clockwise and 0 -> Counterclockwise angles


|===


=== Autocad database version number mappings

[cols="1,1"]
|===
| Version
| Database

| AC1006 
| R10

| AC1009 
| R11 and R12

| AC1012 
| R13

| AC1014 
| R14

| AC1015 
| AutoCAD 2000

| AC1018 
| AutoCAD 2004

| AC1021 
| AutoCAD 2007

| AC1024 
| AutoCAD 2010

| AC1027 
| AutoCAD 2013

| AC1032 
| AutoCAD 2018
|===

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Header struct {
	// Stores the insertion base point set by BASE, which gets expressed as a UCS coordinate for the current space.
	InsBase [3]float64
	//
	ExtMin [3]float64
	//
	ExtMax [3]float64
	//
	LimMin [2]float64
	//
	LimMax [2]float64

	Modes            map[string]string
	Variables        map[string]string
	CustomProperties map[string]string
}

func New

func New() *Header

Jump to

Keyboard shortcuts

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