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 Upp...
AutoLISP

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

JagaimoThis command is used to zoom a particular area of 1/16, and sequentially to 16/16.SpecificationThis command divid...
AutoLISP

【AutoLISP FIRST STEP】Return Values T & nil

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

【AutoLISP Portfolio】 Zoom an Area of 1/16

JagaimoThis command is used to zoom a particular area.SpecificationThis command divides a specific area into 16 rectangl...
AutoLISP

【AutoLISP FIRST STEP】What is a Return Value?

JagaimoA Return is a reply from AutoCAD when you use AutoLISP.What is a Return Value?AutoLISP is a language to communica...
AutoLISP

【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 is...
AutoLISP

【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 require ...
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 ?Wh...
Sponsored links