Extension_gama.extension.dxf - gama-platform/gama GitHub Wiki

Extension


gama.extension.dxf

Table of Contents

Operators

[dxf_file](OperatorsDH#dxf_file dxf_file), [is_dxf](OperatorsIM#is_dxf is_dxf),

Statements

Skills

Architectures

Species


Operators


dxf_file

Possible uses:

  • dxf_file (string) ---> file
  • string dxf_file float ---> file
  • dxf_file (string , float) ---> file

Result: Constructs a file of type dxf. Allowed extensions are limited to dxf

Special cases:

  • dxf_file(string): This file constructor allows to read a dxf (.dxf) file
file f <- dxf_file("file.dxf");
  • dxf_file(string,float): This file constructor allows to read a dxf (.dxf) file and specify the unit (meter by default)
file f <- dxf_file("file.dxf",#m);

See also: is_dxf,


is_dxf

Possible uses:

  • is_dxf (any) ---> bool

Result: Tests whether the operand is a dxf file.

See also: dxf_file,


Skills


Statements


Species


Architectures

⚠️ **GitHub.com Fallback** ⚠️