Jagaimo

Sponsored links
AutoLISP

【AutoLISP FIRST STEP】Uppercase?Lowercase?

Basically, AutoLISP is NOT case-sensitive. You can use whichever you want.However, there are some exceptions. AutoLISP U...
English

【AutoLISP Portfolio】 Zoom an Area of 1/16 All Areas

Jagaimo This command is used to zoom a particular area of 1/16, and sequentially to 16/16. Specification This command di...
AutoLISP

【AutoLISP FIRST STEP】Return Values T & nil

In AutoLISP, Yes/No is T/nil T: True Yes, Meets the requirements...etc. nil: False, No, Wrong, Does not meet the Require...
English

【AutoLISP Portfolio】 Zoom an Area of 1/16

Jagaimo This command is used to zoom a particular area. Specification This command divides a specific area into 16 recta...
English

【AutoLISP FIRST STEP】What is a Return Value?

Jagaimo A Return is a reply from AutoCAD when you use AutoLISP. What is a Return Value? AutoLISP is a language to commun...
English

【AutoLISP FIRST STEP】 What is a Variable?

You can give a nickname to a value, and you can use the nickname as the value. This nickname is called a Variable. What ...
English

【AutoLISP FIRST STEP】 What is an Argument?

Argument is information that a function needs to do its work. What is an Argument ? With AutoLISP, many functions requir...
English

【AutoLISP FIRST STEP】 Function -Magic Spell to ask AutoCAD What to Do

With AutoLISP, we use a function to tell the computer what it has to do. Let's study from What is a FUNCTION? Function ?...
Sponsored links