VLR, VLA, VLAX

Auto CAD/lisp|2018. 11. 28. 21:11

Additional functions: VLR, VLA, VLAX

Following functions -which are not part of standard AutoLISP®- also are available in Bricscad.

 

Additional functions not available in AutoLISP® :

(get_diskserialid)

   returns a 9-digit unique id string, based on the 1. hard disk serial number;

   if the hard disk serial number can not be obtained in very rare caes, the

   9-digit unique id string is based on the serial number of the 1. partition;

   this id string provides a licensing/hardlocking feature for Lisp applications

(acos x)

   Returns the arc cosine of x.

(cosh x)

   Returns the hyperbolc cosine of x.

(asin x)

   Returns the arc sine of x.

(sinh x)

   Returns the hyperbolc sine of x.

(atanh x)

   Returns the hyperbolic arc tangent of x.

(ceiling x)

   Returns the smallest integer that is not smaller than x.

(find item list)

   Returns item if item is found in list, otherwise it returns nil.

(floor x)

   Returns the greatest integer less than or equal to x.

(getpid)

   Returns the process ID of the current process.

(log10 x)

   Returns the base-10 logarithm of x.

(position item list)

   Returns the index ot item in list or nil (first index is 0)

(remove item list)

   Returns the input list, with item removed from the list.   

(round x)

   Returns the integer nearest to x.

(search list1 list2)

   Searches for list1 in list2 and returns the index where found or nil

   (first index is 0)

(sleep millisecs)

   Delays execution for (approx.) given milliseconds

(string-split string-of-delimiters string)

   Returns a list of strings divided by any character in string-of-delimiters.

   Example :

     (string-split " ,;" "aaa bbb;ccc,ddd") => ("aaa" "bbb" "ccc" "ddd")

(tan x)

   Returns the tangent of x - x must be in radians.

(tanh x)

   Returns the hyperbolc tangent of x.

   

(until test-expression [expression ... ])

   Repeats the expression(s) until test-expression evaluates as T (true).

(vla-collection->list <collection-object>)

   this returns a collection as a normal LISP list

 

ExpressTools Utility Functions :

(acet-sys-control-down)

(acet-sys-shift-down)

(acet-sys-lmouse-down)

(acet-sys-mmouse-down)

(acet-sys-rmouse-down)

(acet-ui-progress-init title maxstep)

(acet-ui-progress-safe pos)

(acet-ui-progress-done)

(acet-autoload  <filelist>)

(acet-autoload2 <filelist>)

(acet-autoloadarx <filelist>)

 

VL functions implemented as Dummy (No-Operation) :

vl-load-com

vl-load-reactors

vl-list-loaded-vlx

vl-unload-vlx

vl-vlx-loaded-p

 

 

Lisp-Engine additionally provides the following LISP functions

VLR VisualLisp functions (Reactors) : vlr-...

vlr-command-reactor

vlr-editor-reactor

vlr-mouse-reactor

vlr-lisp-reactor

vlr-dwg-reactor

vlr-dxf-reactor

vlr-miscellaneous-reactor

vlr-deepclone-reactor

vlr-sysvar-reactor

vlr-window-reactor

vlr-toolbar-reactor

vlr-insert-reactor

vlr-wblock-reactor

vlr-undo-reactor

vlr-docmanager-reactor

vlr-linker-reactor

vlr-xref-reactor

vlr-object-reactor

vlr-acdb-reactor

vlr-pers

vlr-pers-list

vlr-pers-p

vlr-pers-release

vlr-add

vlr-added-p

vlr-beep-reaction

vlr-current-reaction-name

vlr-data

vlr-data-set

vlr-notification

vlr-owners

vlr-owner-add

vlr-owner-remove

vlr-reactions

vlr-reactors

vlr-reaction-set

vlr-reaction-names

vlr-remove

vlr-remove-all

vlr-set-notification

vlr-trace-reaction

vlr-type

vlr-types

 

VLA VisualLisp functions : vla-...

vla-get-isquiescent

vla-get-version

vla-get-caption

vla-get-localeid

vla-get-hwnd

vla-get-windowstate

vla-get-windowleft

vla-get-windowtop

vla-get-active

vla-get-activedocument

vla-get-activespace

vla-get-activelayout

vla-get-activelayer

vla-get-activelinetype

vla-get-activetextstyle

vla-get-activedimstyle

vla-get-activeucs

vla-get-activeviewport

vla-get-activepviewport

vla-get-activeselectionset

vla-get-activeprofile

vla-get-activematerial

vla-get-statusid

vla-get-saved

vla-get-readonly

vla-get-name

vla-get-categoryname

vla-get-layoutid

vla-get-layerstate

vla-get-hasvpassociation

vla-get-fullname

vla-get-description

vla-get-WindowTitle

vla-get-path

vla-get-handle

vla-get-objectname

vla-get-ownerid

vla-get-objectid

vla-get-parent

vla-objectidtoobject

vla-handletoobject

vla-get-database

vla-get-xrefdatabase

vla-get-application

vla-get-document

vla-get-hasextensiondictionary

vla-get-modelspace

vla-get-paperspace

vla-get-mspace

vla-get-activespace

vla-get-layout

vla-get-utility

vla-get-documents

vla-get-layers

vla-get-blocks

vla-get-textstyles

vla-get-linetypes

vla-get-views

vla-get-usercoordinatesystems

vla-get-viewports

vla-get-dimstyles

vla-get-registeredapplications

vla-get-dictionaries

vla-get-layouts

vla-get-groups

vla-get-plotconfigurations

vla-get-plot

vla-get-filedependencies

vla-get-summaryinfo

vla-get-sectionmanager

vla-get-materials

vla-get-vbe

vla-get-preferences

vla-get-profiles

vla-get-selectionsets

vla-get-pickfirstselectionset

vla-get-files

vla-get-display

vla-get-OpenSave

vla-get-Output

vla-get-System

vla-get-User

vla-get-Drafting

vla-get-Selection

vla-get-Profiles

vla-get-menubar

vla-get-menugroups

vla-get-toolbars

vla-get-menus

vla-get-menufile

vla-get-menufilename

vla-get-largebuttons

vla-get-dockstatus

vla-get-left

vla-get-top

vla-get-floatingrows

vla-get-count

vla-get-closed

vla-get-color

vla-get-freeze

vla-get-layeron

vla-get-lock

vla-get-used

vla-get-viewportdefault

vla-get-truecolor

vla-get-layer

vla-get-linetype

vla-get-lineweight

vla-get-linetypescale

vla-get-linetypegeneration

vla-get-visible

vla-get-plotstylename

vla-get-position

vla-get-center

vla-get-radius

vla-get-diameter

vla-get-circumference

vla-get-totalangle

vla-get-arclength

vla-get-area

vla-get-material

vla-get-thickness

vla-get-length

vla-get-delta

vla-get-hyperlinks

vla-get-limits

vla-get-plottable

vla-get-origin

vla-get-height

vla-get-lastheight

vla-get-width

vla-get-insertionpoint

vla-get-rotation

vla-get-scalefactor

vla-get-obliqueangle

vla-get-stylename

vla-get-textstring

vla-get-alignment

vla-get-attachmentpoint

vla-get-drawingdirection

vla-get-linespacingfactor

vla-get-linespacingstyle

vla-get-linespacingdistance

vla-get-backgroundfill

vla-get-textgenerationflag

vla-get-upsidedown

vla-get-backward

vla-get-promptstring

vla-get-tagstring

vla-get-fieldlength

vla-get-mode

vla-get-invisible

vla-get-constant

vla-get-verify

vla-get-preset

vla-get-lockposition

vla-get-type

vla-get-annotation

vla-get-coordinates

vla-get-startpoint

vla-get-endpoint

vla-get-startangle

vla-get-endangle

vla-get-majorradius

vla-get-minorradius

vla-get-radiusratio

vla-get-startparameter

vla-get-endparameter

vla-get-angle

vla-get-coordinate

vla-get-textcolor

vla-get-textposition

vla-get-textrotation

vla-get-textalignmentpoint

vla-get-textgap

vla-get-textfont

vla-get-bigfontfile

vla-get-fontfile

vla-get-textfontsize

vla-get-textfontstyle

vla-get-textprefix

vla-get-textsuffix

vla-get-decimalseparator

vla-get-visibilityedge1

vla-get-visibilityedge2

vla-get-visibilityedge3

vla-get-visibilityedge4

vla-get-numberofvertices

vla-get-numberoffaces

vla-get-mclose

vla-get-nclose

vla-get-mdensity

vla-get-ndensity

vla-get-mvertexcount

vla-get-nvertexcount

vla-get-justification

vla-get-mlinescale

vla-get-hasattributes

vla-get-effectivename

vla-get-isdynamicblock

vla-get-propertyname

vla-get-show

vla-get-allowedvalues

vla-get-value

vla-get-unitstype

vla-get-iscloned

vla-get-isownerxlated

vla-get-isprimary

vla-get-key

vla-get-scalewidth

vla-get-scaleheight

vla-get-lockaspectratio

vla-get-oleitemtype

vla-get-oleplotquality

vla-get-olesourceapp

vla-get-comments

vla-get-units

vla-get-explodable

vla-get-blockscaling

vla-get-columns

vla-get-columnspacing

vla-get-rows

vla-get-rowspacing

vla-get-translateids

vla-get-mask

vla-get-shadowdisplay

vla-get-brightness

vla-get-contrast

vla-get-fade

vla-get-transparency

vla-get-imagewidth

vla-get-imageheight

vla-get-imagefile

vla-get-imagevisibility

vla-get-clippingenabled

vla-get-showrotation

vla-get-measurement

vla-get-tolerancejustification

vla-get-tolerancedisplay

vla-get-textmovement

vla-get-textoverride

vla-get-textstyle

vla-get-textheight

vla-get-horizontaltextposition

vla-get-verticaltextposition

vla-get-suppresszerofeet

vla-get-suppresszeroinches

vla-get-arrowheadsize

vla-get-arrowheadtype

vla-get-arrowheadblock

vla-get-arrowhead1type

vla-get-arrowhead1block

vla-get-arrowhead2type

vla-get-arrowhead2block

vla-get-arcpoint

vla-get-centerpoint

vla-get-leader1point

vla-get-leader2point

vla-get-ispartial

vla-get-arcstartparam

vla-get-arcendparam

vla-get-hasleader

vla-get-symbolposition

vla-get-textprecision

vla-get-dimlineinside

vla-get-forcelineinside

vla-get-textinside

vla-get-textinsidealign

vla-get-textoutsidealign

vla-get-dimensionlinecolor

vla-get-dimensionlineweight

vla-get-dimensionlinetype

vla-get-dimensionlineextend

vla-get-extensionlinecolor

vla-get-extensionlineweight

vla-get-extensionlineextend

vla-get-extensionlineoffset

vla-get-dimlinesuppress

vla-get-dimline1suppress

vla-get-dimline2suppress

vla-get-extline1suppress

vla-get-extline2suppress

vla-get-fit

vla-get-unitsformat

vla-get-linearscalefactor

vla-get-rounddistance

vla-get-extline1point

vla-get-extline2point

vla-get-extline1startpoint

vla-get-extline2startpoint

vla-get-extline1endpoint

vla-get-extline2endpoint

vla-get-extline1linetype

vla-get-extline2linetype

vla-get-extlinefixedlensuppress

vla-get-extlinefixedlen

vla-get-textfill

vla-get-textfillcolor

vla-get-angleformat

vla-get-anglevertex

vla-get-tolerancesuppresszerofeet

vla-get-tolerancesuppresszeroinches

vla-get-toleranceprecision

vla-get-toleranceheightscale

vla-get-tolerancelowerlimit

vla-get-toleranceupperlimit

vla-get-centertype

vla-get-centermarksize

vla-get-suppressleadingzeros

vla-get-suppresstrailingzeros

vla-get-tolerancesuppressleadingzeros

vla-get-tolerancesuppresstrailingzeros

vla-get-primaryunitsprecision

vla-get-fractionformat

vla-get-altunits

vla-get-altunitsprecision

vla-get-altunitsscale

vla-get-altunitsformat

vla-get-altrounddistance

vla-get-alttextprefix

vla-get-alttextsuffix

vla-get-alttoleranceprecision

vla-get-altsuppressleadingzeros

vla-get-altsuppresstrailingzeros

vla-get-altsuppresszerofeet

vla-get-altsuppresszeroinches

vla-get-alttolerancesuppressleadingzeros

vla-get-alttolerancesuppresstrailingzeros

vla-get-alttolerancesuppresszerofeet

vla-get-alttolerancesuppresszeroinches

vla-get-overridecenter

vla-get-joglocation

vla-get-jogangle

vla-get-chordpoint

vla-get-lowerleftcorner

vla-get-upperrightcorner

vla-get-orthoon

vla-get-gridon

vla-get-viewporton

vla-get-displaylocked

vla-get-standardscale

vla-get-customscale

vla-get-xscalefactor

vla-get-yscalefactor

vla-get-zscalefactor

vla-get-xeffectivescalefactor

vla-get-yeffectivescalefactor

vla-get-zeffectivescalefactor

vla-get-insunits

vla-get-insunitsfactor

vla-get-direction

vla-get-xvector

vla-get-yvector

vla-get-directionvector

vla-get-volume

vla-get-momentofinertia

vla-get-principaldirections

vla-get-principalmoments

vla-get-productofinertia

vla-get-radiiofgyration

vla-get-perimeter

vla-get-solidtype

vla-get-url

vla-get-urldescription

vla-get-basepoint

vla-get-secondpoint

vla-get-normal

vla-get-elevation

vla-get-elevationmodelspace

vla-get-elevationpaperspace

vla-get-objectsnapmode

vla-get-snapbasepoint

vla-get-snaprotationangle

vla-get-snapon

vla-get-ucsiconon

vla-get-ucsiconatorigin

vla-get-twistangle

vla-get-lenslength

vla-get-target

vla-get-arcsmoothness

vla-get-shadeplot

vla-get-clipped

vla-get-ucsperviewport

vla-get-modelview

vla-get-sheetview

vla-get-labelblockid

vla-get-hassheetview

vla-get-label

vla-get-enable

vla-get-check

vla-get-macro

vla-get-flyout

vla-get-submenu

vla-get-index

vla-get-helpstring

vla-get-endsubmenulevel

vla-get-namenomnemonic

vla-get-shortcutmenu

vla-get-onmenubar

vla-get-constantwidth

vla-get-centroid

vla-get-modeltype

vla-get-block

vla-get-taborder

vla-get-canonicalmedianame

vla-get-configname

vla-get-paperunits

vla-get-plotviewportborders

vla-get-plottype

vla-get-viewtoplot

vla-get-plothidden

vla-get-centerplot

vla-get-plotrotation

vla-get-showplotstyles

vla-get-scalelineweights

vla-get-plotwithlineweights

vla-get-plotviewportsfirst

vla-get-stylesheet

vla-get-plotorigin

vla-get-plotwithplotstyles

vla-get-isplanar

vla-get-isperiodic

vla-get-isrational

vla-get-degree

vla-get-numberofcontrolpoints

vla-get-numberoffitpoints

vla-get-controlpoints

vla-get-fitpoints

vla-get-knots

vla-get-weights

vla-get-starttangent

vla-get-endtangent

vla-get-fittolerance

vla-get-numberofloops

vla-get-patterntype

vla-get-patternname

vla-get-patternangle

vla-get-patternscale

vla-get-patternspace

vla-get-isopenwidth

vla-get-patterndouble

vla-get-associativehatch

vla-get-hatchstyle

vla-get-hatchobjecttype

vla-get-gradientcolor1

vla-get-gradientcolor2

vla-get-gradientangle

vla-get-gradientcentered

vla-get-gradientname

vla-get-entitycolor

vla-get-colorname

vla-get-bookname

vla-get-red

vla-get-blue

vla-get-green

vla-get-colormethod

vla-get-colorindex

vla-get-author

vla-get-hyperlinkbase

vla-get-keywords

vla-get-lastsavedby

vla-get-revisionnumber

vla-get-subject

vla-get-title

vla-get-action

vla-get-password

vla-get-providertype

vla-get-providername

vla-get-algorithm

vla-get-keylength

vla-get-issuer

vla-get-serialnumber

vla-get-comment"

vla-get-timeserver

vla-get-bitflags

vla-get-flowdirection

vla-get-horzcellmargin

vla-get-vertcellmargin

vla-get-titlesuppressed

vla-get-headersuppressed

vla-get-minimumtablewidth

vla-get-minimumtableheight

vla-get-tablestyleoverrides

vla-get-hassubselection

vla-get-regeneratetablesuppressed

vla-get-plotlegacy

vla-get-quieterrormode

vla-get-numberofcopies

vla-get-batchplotprogress

vla-get-supportpath

vla-get-driverspath

vla-get-helpfilepath

vla-get-defaultinterneturl

vla-get-configfile

vla-get-texteditor

vla-get-maindictionary

vla-get-customdictionary

vla-get-altfontfile

vla-get-fontfilemap

vla-get-printfile

vla-get-printspoolexecutable

vla-get-postscriptprologfile

vla-get-printspoolerpath

vla-get-autosavepath

vla-get-templatedwgpath

vla-get-logfilepath

vla-get-tempfilepath

vla-get-tempxrefpath

vla-get-texturemappath

vla-get-alttabletmenufile

vla-get-printerconfigpath

vla-get-printerdescpath

vla-get-printerstylesheetpath

vla-get-workspacepath

vla-get-colorbookpath

vla-get-toolpalettepath

vla-get-qnewtemplatefile

vla-get-plotlogfilepath

vla-get-pagesetupoverridestemplatefile

vla-get-projectfilepath

vla-get-enterprisemenufile

vla-get-customiconpath

vla-get-layoutdisplaymargins

vla-get-layoutdisplaypaper

vla-get-layoutdisplaypapershadow

vla-get-layoutshowplotsetup

vla-get-layoutcreateviewpor

vla-get-displayscrollbars

vla-get-displayscreenmenu

vla-get-cursorsize

vla-get-dockedvisiblelines

vla-get-showrasterimage

vla-get-graphicswinlayoutbackgrndcolor

vla-get-graphicswinmodelbackgrndcolor

vla-get-textwinbackgrndcolor

vla-get-textwintextcolor

vla-get-autotrackingveccolor

vla-get-layoutcrosshaircolor

vla-get-modelcrosshaircolor

vla-get-historylines

vla-get-maxautocadwindow

vla-get-displaylayouttabs

vla-get-imageframehighlight

vla-get-truecolorimages

vla-get-xreffadeintensity

vla-get-savepreviewthumbnail

vla-get-incrementalsavepercent

vla-get-autosaveinterval

vla-get-createbackup

vla-get-fullcrcvalidation

vla-get-logfileon

vla-get-tempfileextension

vla-get-xrefdemandload

vla-get-demandloadarxapp

vla-get-proxyimage

vla-get-showproxydialogbox

vla-get-autoaudit

vla-get-saveastype

vla-get-mrunumber

vla-get-defaultoutputdevice

vla-get-printerspoolalert

vla-get-printerpapersizealert

vla-get-olequality

vla-get-uselastplotsettings

vla-get-plotpolicy

vla-get-defaultplotstyletable

vla-get-defaultplotstyleforobjects

vla-get-defaultplotstyleforlayer

vla-get-continuousplotlog

vla-get-automaticplotlog

vla-get-defaultplottofilepath

vla-get-singledocumentmode

vla-get-displayolescale

vla-get-storesqlindex

vla-get-tablesreadonly

vla-get-enablestartupdialog

vla-get-beeponerror

vla-get-showwarningmessages

vla-get-loadacadlspinalldocuments

vla-get-keyboardaccelerator

vla-get-keyboardpriority

vla-get-hyperlinkdisplaycursor

vla-get-hyperlinkdisplaytooltip

vla-get-adcinsertunitsdefaultsource

vla-get-adcinsertunitsdefaulttarget

vla-get-shortcutmenudisplay

vla-get-scmdefaultmode

vla-get-scmeditmode

vla-get-scmcommandmode

vla-get-scmtimemode

vla-get-scmtimevalue

vla-get-autosnapmarker

vla-get-autosnapmagnet

vla-get-autosnapaperture

vla-get-autosnapaperturesize

vla-get-autosnaptooltip

vla-get-autosnapmarkercolor

vla-get-autosnapmarkersize

vla-get-polartrackingvector

vla-get-fullscreentrackingvector

vla-get-autotracktooltip

vla-get-alignmentpointacquisition

vla-get-pickfirst

vla-get-pickadd

vla-get-pickdrag

vla-get-pickauto

vla-get-pickboxsize

vla-get-displaygrips

vla-get-displaygripswithinblocks

vla-get-gripcolorselected

vla-get-gripcolorunselected

vla-get-gripsize

vla-get-pickgroup

vla-get-solidfill

vla-get-xrefedit

vla-get-xreflayervisibility

vla-get-olelaunch

vla-get-allowlongsymbolnames

vla-get-objectsortbyselection

vla-get-objectsortbysnap

vla-get-objectsortbyredraws

vla-get-objectsortbyregens

vla-get-objectsortbyplotting

vla-get-objectsortbypsoutput

vla-get-contourlinespersurface

vla-get-displaysilhouette

vla-get-maxactiveviewports

vla-get-rendersmoothness

vla-get-segmentperpolyline

vla-get-textframedisplay

vla-get-lineweightdisplay

vla-put-windowstate

vla-put-windowleft

vla-put-windowtop

vla-put-activedocument

vla-put-activespace

vla-put-mspace

vla-put-activelayout

vla-put-activelayer

vla-put-activelinetype

vla-put-activetextstyle

vla-put-activedimstyle

vla-put-activeucs

vla-put-activeviewport

vla-put-activepviewport

vla-put-activeprofile

vla-put-activematerial

vla-put-closed

vla-put-color

vla-put-freeze

vla-put-layeron

vla-put-lock

vla-put-viewportdefault

vla-put-truecolor

vla-put-layer

vla-put-linetype

vla-put-lineweight

vla-put-linetypescale

vla-put-linetypegeneration

vla-put-visible

vla-put-plotstylename

vla-put-position

vla-put-center

vla-put-radius

vla-put-diameter

vla-put-circumference

vla-put-area

vla-put-material

vla-put-thickness

vla-put-constantwidth

vla-put-taborder

vla-put-canonicalmedianame

vla-put-configname

vla-put-paperunits

vla-put-plotviewportborders

vla-put-plottype

vla-put-viewtoplot

vla-put-plothidden

vla-put-centerplot

vla-put-plotrotation

vla-put-showplotstyles

vla-put-scalelineweights

vla-put-plotwithlineweights

vla-put-plotviewportsfirst

vla-put-stylesheet

vla-put-plotorigin

vla-put-plotwithplotstyles

vla-put-supportpath

vla-put-driverspath

vla-put-helpfilepath

vla-put-defaultinterneturl

vla-put-texteditor

vla-put-maindictionary

vla-put-customdictionary

vla-put-altfontfile

vla-put-fontfilemap

vla-put-printfile

vla-put-printspoolexecutable

vla-put-postscriptprologfile

vla-put-printspoolerpath

vla-put-autosavepath

vla-put-templatedwgpath

vla-put-logfilepath

vla-put-tempfilepath

vla-put-tempxrefpath

vla-put-texturemappath

vla-put-alttabletmenufile

vla-put-printerconfigpath

vla-put-printerdescpath

vla-put-printerstylesheetpath

vla-put-workspacepath

vla-put-colorbookpath

vla-put-toolpalettepath

vla-put-qnewtemplatefile

vla-put-plotlogfilepath

vla-put-pagesetupoverridestemplatefile

vla-put-enterprisemenufile

vla-put-customiconpath

vla-setprojectfilepath

vla-put-layoutdisplaymargins

vla-put-layoutdisplaypaper

vla-put-layoutdisplaypapershadow

vla-put-layoutshowplotsetup

vla-put-layoutcreateviewport

vla-put-displayscrollbars

vla-put-displayscreenmenu

vla-put-cursorsize

vla-put-dockedvisiblelines

vla-put-showrasterimage

vla-put-graphicswinlayoutbackgrndcolor

vla-put-graphicswinmodelbackgrndcolor

vla-put-textwinbackgrndcolor

vla-put-textwintextcolor

vla-put-autotrackingveccolor

vla-put-layoutcrosshaircolor

vla-put-modelcrosshaircolor

vla-put-historylines

vla-put-maxautocadwindow

vla-put-displaylayouttabs

vla-put-imageframehighlight

vla-put-truecolorimages

vla-put-xreffadeintensity

vla-put-savepreviewthumbnail

vla-put-incrementalsavepercent

vla-put-autosaveinterval

vla-put-createbackup

vla-put-fullcrcvalidation

vla-put-logfileon

vla-put-tempfileextension

vla-put-xrefdemandload

vla-put-demandloadarxapp

vla-put-proxyimage

vla-put-showproxydialogbox

vla-put-autoaudit

vla-put-saveastype

vla-put-mrunumber

vla-put-defaultoutputdevice

vla-put-printerspoolalert

vla-put-printerpapersizealert

vla-put-olequality

vla-put-uselastplotsettings

vla-put-plotpolicy

vla-put-defaultplotstyletable

vla-put-defaultplotstyleforobjects

vla-put-defaultplotstyleforlayer

vla-put-continuousplotlog

vla-put-automaticplotlog

vla-put-defaultplottofilepath

vla-put-singledocumentmode

vla-put-displayolescale

vla-put-storesqlindex

vla-put-tablesreadonly

vla-put-enablestartupdialog

vla-put-beeponerror

vla-put-showwarningmessages

vla-put-loadacadlspinalldocuments

vla-put-keyboardaccelerator

vla-put-keyboardpriority

vla-put-hyperlinkdisplaycursor

vla-put-hyperlinkdisplaytooltip

vla-put-adcinsertunitsdefaultsource

vla-put-adcinsertunitsdefaulttarget

vla-put-shortcutmenudisplay

vla-put-scmdefaultmode

vla-put-scmeditmode

vla-put-scmcommandmode

vla-put-scmtimemode

vla-put-scmtimevalue

vla-put-autosnapmarker

vla-put-autosnapmagnet

vla-put-autosnapaperture

vla-put-autosnapaperturesize

vla-put-autosnaptooltip

vla-put-autosnapmarkercolor

vla-put-autosnapmarkersize

vla-put-polartrackingvector

vla-put-fullscreentrackingvector

vla-put-autotracktooltip

vla-put-alignmentpointacquisition

vla-put-pickfirst

vla-put-pickadd

vla-put-pickdrag

vla-put-pickauto

vla-put-pickboxsize

vla-put-displaygrips

vla-put-displaygripswithinblocks

vla-put-gripcolorselected

vla-put-gripcolorunselected

vla-put-gripsize

vla-put-pickgroup

vla-put-solidfill

vla-put-xrefedit

vla-put-xreflayervisibility

vla-put-olelaunch

vla-put-allowlongsymbolnames

vla-put-objectsortbyselection

vla-put-objectsortbysnap

vla-put-objectsortbyredraws

vla-put-objectsortbyregens

vla-put-objectsortbyplotting

vla-put-objectsortbypsoutput

vla-put-contourlinespersurface

vla-put-displaysilhouette

vla-put-maxactiveviewports

vla-put-rendersmoothness

vla-put-segmentperpolyline

vla-put-textframedisplay

vla-put-lineweightdisplay

vla-put-limits

vla-put-plottable

vla-put-origin

vla-put-height

vla-put-lastheight

vla-put-width

vla-put-insertionpoint

vla-put-rotation

vla-put-scalefactor

vla-put-obliqueangle

vla-put-stylename

vla-put-textstring

vla-put-alignment

vla-put-attachmentpoint

vla-put-drawingdirection

vla-put-linespacingfactor

vla-put-linespacingstyle

vla-put-linespacingdistance

vla-put-backgroundfill

vla-put-url

vla-put-urldescription

vla-put-basepoint

vla-put-secondpoint

vla-put-textgenerationflag

vla-put-upsidedown

vla-put-backward

vla-put-promptstring

vla-put-tagstring

vla-put-fieldlength

vla-put-mode

vla-put-invisible

vla-put-constant

vla-put-verify

vla-put-preset

vla-put-lockposition

vla-put-type

vla-put-annotation

vla-put-coordinates

vla-put-startpoint

vla-put-endpoint

vla-put-startangle

vla-put-endangle

vla-put-majorradius

vla-put-minorradius

vla-put-radiusratio

vla-put-startparameter

vla-put-endparameter

vla-put-coordinate

vla-put-visibilityedge1

vla-put-visibilityedge2

vla-put-visibilityedge3

vla-put-visibilityedge4

vla-put-mclose

vla-put-nclose

vla-put-mdensity

vla-put-ndensity

vla-put-justification

vla-put-mlinescale

vla-put-controlpoints

vla-put-fitpoints

vla-put-knots

vla-put-weights

vla-put-starttangent

vla-put-endtangent

vla-put-fittolerance

vla-put-patternangle

vla-put-patternscale

vla-put-patternspace

vla-put-isopenwidth

vla-put-patterndouble

vla-put-associativehatch

vla-put-hatchstyle

vla-put-hatchobjecttype

vla-put-gradientcolor1

vla-put-gradientcolor2

vla-put-gradientangle

vla-put-gradientcentered

vla-put-gradientname

vla-put-entitycolor

vla-put-colormethod

vla-put-colorindex

vla-put-author

vla-put-hyperlinkbase

vla-put-keywords

vla-put-lastsavedby

vla-put-revisionnumber

vla-put-subject

vla-put-title

vla-put-action

vla-put-password

vla-put-providertype

vla-put-providername

vla-put-algorithm

vla-put-keylength

vla-put-issuer

vla-put-serialnumber

vla-put-comment"

vla-put-timeserver

vla-put-bitflags

vla-put-flowdirection

vla-put-horzcellmargin

vla-put-vertcellmargin

vla-put-titlesuppressed

vla-put-headersuppressed

vla-put-columnwidth

vla-put-rowheight

vla-put-regeneratetablesuppressed

vla-put-plotlegacy

vla-put-quieterrormode

vla-put-numberofcopies

vla-put-batchplotprogress

vla-put-brightness

vla-put-contrast

vla-put-fade obj

vla-put-transparency

vla-put-imagewidth

vla-put-imageheight

vla-put-imagefile

vla-put-imagevisibility

vla-put-clippingenabled

vla-put-showrotation

vla-put-textcolor

vla-put-textposition

vla-put-textrotation

vla-put-textalignmentpoint

vla-put-textgap

vla-put-textfont

vla-put-bigfontfile

vla-put-fontfile

vla-put-textfontsize

vla-put-textfontstyle

vla-put-textprefix

vla-put-textsuffix

vla-put-tolerancejustification

vla-put-tolerancedisplay

vla-put-textmovement

vla-put-textoverride

vla-put-textstyle

vla-put-textheight

vla-put-horizontaltextposition

vla-put-verticaltextposition

vla-put-suppresszerofeet

vla-put-suppresszeroinches

vla-put-arrowheadsize

vla-put-arrowheadtype

vla-put-arrowheadblock

vla-put-arrowhead1type

vla-put-arrowhead1block

vla-put-arrowhead2type

vla-put-arrowhead2block

vla-put-arcpoint

vla-put-centerpoint

vla-put-leader1point

vla-put-leader2point

vla-put-ispartial

vla-put-arcstartparam

vla-put-arcendparam

vla-put-hasleader

vla-put-symbolposition

vla-put-textprecision

vla-put-dimlineinside

vla-put-forcelineinside

vla-put-textinside

vla-put-textinsidealign

vla-put-textoutsidealign

vla-put-dimensionlinecolor

vla-put-dimensionlineweight

vla-put-dimensionlinetype

vla-put-dimensionlineextend

vla-put-extensionlinecolor

vla-put-extensionlineweight

vla-put-extensionlineextend

vla-put-extensionlineoffset

vla-put-dimlinesuppress

vla-put-dimline1suppress

vla-put-dimline2suppress

vla-put-extline1suppress

vla-put-extline2suppress

vla-put-fit

vla-put-unitsformat

vla-put-linearscalefactor

vla-put-rounddistance

vla-put-extline1point

vla-put-extline2point

vla-put-extline1startpoint

vla-put-extline2startpoint

vla-put-extline1endpoint

vla-put-extline2endpoint

vla-put-extline1linetype

vla-put-extline2linetype

vla-put-extlinefixedlensuppress

vla-put-extlinefixedlen

vla-put-textfill

vla-put-textfillcolor

vla-put-angleformat

vla-put-anglevertex

vla-put-tolerancesuppresszerofeet

vla-put-tolerancesuppresszeroinches

vla-put-toleranceprecision

vla-put-toleranceheightscale

vla-put-tolerancelowerlimit

vla-put-tolerancelowerlimit

vla-put-centertype

vla-put-centermarksize

vla-put-suppressleadingzeros

vla-put-suppresstrailingzeros

vla-put-tolerancesuppressleadingzeros

vla-put-tolerancesuppresstrailingzeros

vla-put-primaryunitsprecision

vla-put-fractionformat

vla-put-altunits

vla-put-altunitsprecision

vla-put-altunitsscale

vla-put-altunitsformat

vla-put-altrounddistance

vla-put-alttextprefix

vla-put-alttextsuffix

vla-put-alttoleranceprecision

vla-put-altsuppressleadingzeros

vla-put-altsuppresstrailingzeros

vla-put-altsuppresszerofeet

vla-put-altsuppresszeroinches

vla-put-alttolerancesuppressleadingzeros

vla-put-alttolerancesuppresstrailingzeros

vla-put-alttolerancesuppresszerofeet

vla-put-alttolerancesuppresszeroinches

vla-put-leaderlength

vla-put-overridecenter

vla-put-joglocation

vla-put-jogangle

vla-put-chordpoint

vla-put-decimalseparator

vla-put-name

vla-put-description

vla-put-categoryname

vla-put-layoutid

vla-put-layerstate

vla-put-hasvpassociation

vla-put-path

vla-put-menufile

vla-put-largebuttons

vla-put-left

vla-put-top

vla-put-floatingrows

vla-put-orthoon

vla-put-gridon

vla-put-viewporton

vla-put-displaylocked

vla-put-standardscale

vla-put-customscale

vla-put-xscalefactor

vla-put-yscalefactor

vla-put-zscalefactor

vla-put-xeffectivescalefactor

vla-put-yeffectivescalefactor

vla-put-zeffectivescalefactor

vla-put-value

vla-put-scalewidth

vla-put-scaleheight

vla-put-lockaspectratio

vla-put-oleitemtype

vla-put-oleplotquality

vla-put-olesourceapp

vla-put-comments

vla-put-units

vla-put-explodable

vla-put-blockscaling

vla-put-direction

vla-put-xvector

vla-put-yvector

vla-put-directionvector

vla-put-columns

vla-put-columnspacing

vla-put-rows

vla-put-rowspacing

vla-put-translateids

vla-put-mask

vla-put-shadowdisplay

vla-put-normal

vla-put-elevation

vla-put-elevationmodelspace

vla-put-elevationpaperspace

vla-put-objectsnapmode

vla-put-snapbasepoint

vla-put-snaprotationangle

vla-put-snapon

vla-put-ucsiconon

vla-put-ucsiconatorigin

vla-put-twistangle

vla-put-lenslength

vla-put-target

vla-put-arcsmoothness

vla-put-shadeplot

vla-put-ucsperviewport

vla-put-modelview

vla-put-sheetview

vla-put-labelblockid

vla-put-label

vla-put-enable

vla-put-check

vla-put-macro

vla-put-helpstring

vla-put-endsubmenulevel

vla-item

vla-activate

vla-update

vla-erase

vla-highlight

vla-delete

vla-explode

vla-offset

vla-copy

vla-getattributes

vla-getconstantattributes

vla-getextensiondictionary

vla-scaleentity

vla-move

vla-rotate

vla-rotate3d

vla-mirror

vla-mirror3d

vla-intersectwith

vla-attachexternalreference

vla-reload

vla-unload

vla-detach

vla-bind

vla-fieldcode

vla-generateusagedata

vla-getdynamicblockproperties

vla-resetblock

vla-converttoanonymousblock

vla-converttostaticblock

vla-syncmodelview

vla-setnames

vla-setrgb

vla-setcolorbookcolor

vla-numcustominfo

vla-setcustombyindex

vla-setcustombykey

vla-addcustominfo

vla-removecustombyindex

vla-removecustombykey

vla-getcustombyindex

vla-getcustombykey

vla-addobject

vla-addxrecord

vla-addpviewport

vla-addcustomobject

vla-add3dface

vla-add3dmesh

vla-add3dpoly

vla-addarc

vla-addattribute

vla-addbox

vla-addcircle

vla-addcone

vla-addcylinder

vla-addellipse

vla-addellipticalcone

vla-addellipticalcylinder

vla-addextrudedsolid

vla-addextrudedsolidalongpath

vla-addleader

vla-addmleader

vla-addmtext

vla-addpoint

vla-addlightweightpolyline

vla-addpolyline

vla-addray

vla-addregion

vla-addrevolvedsolid

vla-addshape

vla-addsolid

vla-addsphere

vla-addspline

vla-addtext

vla-addtolerance

vla-addtorus

vla-addtrace

vla-addwedge

vla-addxline

vla-addhatch

vla-addraster

vla-addline

vla-addminsertblock

vla-addpolyfacemesh

vla-addmline

vla-adddim3pointangular

vla-adddimaligned

vla-adddimangular

vla-adddimdiametric

vla-adddimrotated

vla-adddimordinate

vla-adddimradial

vla-add-dimradiallarge

vla-add-dimarc

vla-addtable

vla-addsection

vla-copyfrom

vla-insertblock

vla-getinvisibleedge

vla-setinvisibleedge

vla-getwidth

vla-setwidth

vla-getbulge

vla-setbulge

vla-getweight

vla-setweight

vla-getcontrolpoint

vla-setcontrolpoint

vla-getfitpoint

vla-setfitpoint

vla-addfitpoint

vla-deletefitpoint

vla-purgefitdata

vla-setpattern

vla-evaluate

vla-appendinnerloop

vla-appendouterloop

vla-insertloopat

vla-getloopat

vla-appendvertex

vla-addvertex

vla-elevateorder

vla-movetobottom

vla-movetotop

vla-movebelow

vla-moveabove

vla-swaporder

vla-block

vla-getfulldraworder

vla-getrelativedraworder

vla-setrelativedraworder

vla-getcolumnwidth

vla-setcolumnwidth

vla-getrowheight

vla-setrowheight

vla-getcontentcolor

vla-setcontentcolor

vla-cleartablestyleoverrides

vla-getcelltype

vla-setcelltype

vla-getcellextents

vla-getattachementpoint

vla-getcellalignment

vla-setcellalignment

vla-getcellbackgroundcolornone

vla-setcellbackgroundcolornone

vla-getcellbackgroundcolor

vla-setcellbackgroundcolor

vla-getcellcontentcolor

vla-setcellcontentcolor

vla-getcellstyleoverrides

vla-deletecellcontent

vla-getrowtext

vla-gettext

vla-settext

vla-getcelltextstyle

vla-setcelltextstyle

vla-getcelltextheight

vla-setcelltextheight

vla-gettextrotation

vla-settextrotation

vla-getautoscale

vla-setautoscale

vla-getblocktablerecordid

vla-setblocktablerecordid

vla-getblockscale

vla-setblockscale

vla-getblockrotation

vla-setblockrotation

vla-getblockattributevalue

vla-setblockattributevalue

vla-getcellgridlineweight

vla-setcellgridlineweight

vla-getcellgridlcolor

vla-setcellgridlcolor

vla-getcellgridvisibility

vla-setcellgridvisibility

vla-insertcolumns

vla-insertrows

vla-deletecolumns

vla-deleterows

vla-mergecells

vla-unmergecells

vla-ismergedcell

vla-getfieldid

vla-setfieldid

vla-generatelayout

vla-recomputetableblock

vla-hittest

vla-selectsubregion

vla-reselectsubregion

vla-getsubselection

vla-setsubselection

vla-clearsubselection

vla-boolean

vla-checkinterference

vla-sectionsolid

vla-slicesolid

vla-arraypolar

vla-arrayrectangular

vla-transformby

vla-getxdata

vla-setxdata

vla-getxrecorddata

vla-setxrecorddata

vla-setdatabase

vla-deleteprofile

vla-resetprofile

vla-importprofile

vla-exportprofile

vla-renameprofile

vla-getallprofilenames

vla-getboundingbox

vla-getgridspacing

vla-setgridspacing

vla-getsnapspacing

vla-setsnapspacing

vla-getucsmatrix

vla-split

vla-setview

vla-deleteconfiguration

vla-display

vla-clipboundary

vla-getvariable

vla-setvariable

vla-getacadstate

vla-sendcommand

vla-regen

vla-auditinfo

vla-purgeall

vla-startundomark

vla-endundomark

vla-loadshapefile

vla-wblock

vla-export

vla-import

vla-getplotdevicenames

vla-refreshplotdeviceinfo

vla-getcanonicalmedianames

vla-getplotstyletablenames

vla-getlocalemedianame

vla-getpapermargins

vla-getpapersize

vla-getwindowtoplot

vla-setwindowtoplot

vla-getcustomscale

vla-setcustomscale

vla-displayplotpreview

vla-plottofile

vla-plottodevice

vla-setlayoutstoplot

vla-startbatchmode

vla-float

vla-dock

vla-addsubmenu

vla-addtoolbarbutton

vla-addseparator

vla-insertinmenubar

vla-removefrommenubar

vla-insertmenuinmenubar

vla-removemenufrommenubar

vla-getbitmaps

vla-setbitmaps

vla-attachtoolbartoflyout

vla-add

vla-load

vla-additems

vla-removeitems

vla-appenditems

vla-clear

vla-select

vla-selectatpoint

vla-selectbypolygon

vla-selectonscreen

vla-rename

vla-remove

vla-replace

vla-getobject

vla-getname

vla-reverse

vla-restore

vla-copyobjects

vla-getfont

vla-setfont

vla-getentity

vla-getsubentity

vla-prompt

vla-angletoreal

vla-angletostring

vla-distancetoreal

vla-realtostring

vla-translatecoordinates

vla-initializeuserinput

vla-getinteger

vla-getinput

vla-getkeyword

vla-getstring

vla-getangle

vla-getcorner

vla-getdistance

vla-getorientation

vla-getpoint

vla-polarpoint

vla-anglefromxaxis

vla-isurl

vla-putremotefile

vla-getremotefile

vla-isremotefile

vla-launchbrowserdialog

vla-sendmodelessoperationstart

vla-sendmodelessoperationended

vla-createtypedarray

vla-gettextstyle

vla-settextstyle

vla-gettextheight

vla-settextheight

vla-getalignment

vla-setalignment

vla-getcolor

vla-setcolor

vla-getbackgroundcolor

vla-setbackgroundcolor

vla-getbackgroundcolornone

vla-setbackgroundcolornone

vla-getgridlineweight

vla-setgridlineweight

vla-getgridcolor

vla-setgridcolor

vla-getgridvisibility

vla-setgridvisibility

vla-loadads

vla-loadarx

vla-unloadads

vla-unloadarx

vla-listads

vla-listarx

vla-loaddvb

vla-unloaddvb

vla-runmacro

vla-zoomall

vla-zoomextents

vla-zoomprevious

vla-zoompickwindow

vla-zoomcenter

vla-zoomscaled

vla-zoomwindow

vla-open

vla-save

vla-saveas

vla-close

vla-quit

VLAX VisualLisp functions : vlax-...

vlax-product-key

vlax-get-acad-object

vlax-get-object

vlax-create-object

vlax-get-or-create-object

vlax-release-object

vlax-object-released-p

vlax-typeinfo-available-p

vlax-property-available-p

vlax-method-applicable-p

vlax-import-type-library

vlax-get

vlax-get-property

vlax-put

vlax-put-property

vlax-invoke-method

vlax-dump-object

vlax-add-cmd

vlax-remove-cmd

vlax-queueexpr

vlax-2d-point

vlax-3d-point

vlax-ename->vla-object

vlax-vla-object->ename

vlax-erased-p

vlax-read-enabled-p

vlax-write-enabled-p

vlax-for

vlax-map-collection

vlax-make-safearray

vlax-make-variant

vlax-variant-type

vlax-variant-value

vlax-variant-change-type

vlax-safearray-fill

vlax-safearray-get-dim

vlax-safearray-get-l-bound

vlax-safearray-get-u-bound

vlax-safearray-type

vlax-safearray->list

vlax-safearray-get-element

vlax-safearray-put-element

vlax-tmatrix

vlax-curve-getarea

vlax-curve-getstartparam

vlax-curve-getendparam

vlax-curve-getstartpoint

vlax-curve-getendpoint

vlax-curve-getdistatparam

vlax-curve-getparamatdist

vlax-curve-getdistatpoint

vlax-curve-getpointatdist

vlax-curve-getparamatpoint

vlax-curve-getpointatparam

vlax-curve-getfirstderiv

vlax-curve-getsecondderiv

vlax-curve-isclosed

vlax-curve-isperiodic

vlax-curve-isplanar

vlax-curve-getclosestpointto

vlax-curve-getclosestpointtoprojection

vlax-ldata-put

vlax-ldata-get

vlax-ldata-list

vlax-ldata-delete

vlax-ldata-test

VLISP VisualLisp functions : vlisp-...

vlisp-import-symbol

vlisp-export-symbol

vlisp-import-exsubrs


Constants:

:vlax-null

:vlax-true

:vlax-false

:constants-prefix

:methods-prefix

:properties-prefix

:tlb-filename

:prog-id

vlax-vbabort

vlax-vbabortretryignore

vlax-vbapplicationmodal

vlax-vbarchive

vlax-vbarray

vlax-vbboolean

vlax-vbcancel

vlax-vbcritical

vlax-vbcurrency

vlax-vbdataobject

vlax-vbdate

vlax-vbdefaultbutton1

vlax-vbdefaultbutton2

vlax-vbdefaultbutton3

vlax-vbdirectory

vlax-vbdouble

vlax-vbempty

vlax-vberror

vlax-vbexclamation

vlax-vbhidden

vlax-vbhiragana

vlax-vbignore

vlax-vbinformation

vlax-vbinteger

vlax-vbkatakana

vlax-vblong

vlax-vblowercase

vlax-vbnarrow

vlax-vbno

vlax-vbnormal

vlax-vbnull

vlax-vbobject

vlax-vbok

vlax-vbokcancel

vlax-vbokonly

vlax-vbpropercase

vlax-vbquestion

vlax-vbreadonly

vlax-vbretry

vlax-vbretrycancel

vlax-vbsingle

vlax-vbstring

vlax-vbsystem

vlax-vbsystemmodal

vlax-vbuppercase

vlax-vbvariant

vlax-vbvolume

vlax-vbwide

vlax-vbyes

vlax-vbyesno

vlax-vbyesnocancel

 

 

ac0degrees

ac100_1

ac10_1

ac180degrees

ac1ft_1ft

ac1in_1ft

ac1_1

ac1_10

ac1_100

ac1_128in_1ft

ac1_16

ac1_16in_1ft

ac1_2

ac1_20

ac1_2in_1ft

ac1_30

ac1_32in_1ft

ac1_4

ac1_40

ac1_4in_1ft

ac1_50

ac1_64in_1ft

ac1_8

ac1_8in_1ft

ac270degrees

ac2_1

ac3dface

ac3dpolyline

ac3dsolid

ac3in_1ft

ac3_16in_1ft

ac3_32in_1ft

ac3_4in_1ft

ac3_8in_1ft

ac4_1

ac6in_1ft

ac8_1

ac90degrees

acabove

acactiveviewport

acalignmentaligned

acalignmentbottomcenter

acalignmentbottomleft

acalignmentbottomright

acalignmentcenter

acalignmentfit

acalignmentleft

acalignmentmiddle

acalignmentmiddlecenter

acalignmentmiddleleft

acalignmentmiddleright

acalignmentright

acalignmenttopcenter

acalignmenttopleft

acalignmenttopright

acalignpntacquisitionautomatic

acalignpntacquisitionshifttoacquire

acallviewports

acarc

acarchitectural

acarrowarchtick

acarrowboxblank

acarrowboxfilled

acarrowclosed

acarrowclosedblank

acarrowdatumblank

acarrowdatumfilled

acarrowdefault

acarrowdot

acarrowdotblank

acarrowdotsmall

acarrowintegral

acarrownone

acarrowoblique

acarrowopen

acarrowopen30

acarrowopen90

acarroworigin

acarroworigin2

acarrowsmall

acarrowsonly

acarrowuserdefined

acattachmentpointbottomcenter

acattachmentpointbottomleft

acattachmentpointbottomright

acattachmentpointmiddlecenter

acattachmentpointmiddleleft

acattachmentpointmiddleright

acattachmentpointtopcenter

acattachmentpointtopleft

acattachmentpointtopright

acattribute

acattributemodeconstant

acattributemodeinvisible

acattributemodepreset

acattributemodeverify

acattributereference

acbasemenugroup

acbestfit

acbeziersurfacemesh

acblockreference

acblue

acbottomtotop

acbyblock

acbylayer

acbystyle

accenterline

accentermark

accenternone

accircle

accubicspline3dpoly

accubicsplinepoly

accubicsurfacemesh

accyan

acdecimal

acdefaultunits

acdegreeminuteseconds

acdegrees

acdemandloadcmdinvoke

acdemandloaddisabled

acdemandloadenabled

acdemandloadenabledwithcopy

acdemandloadonobjectdetect

acdemanloaddisable

acdiagonal

acdim3pointangular

acdimaligned

acdimangular

acdimarchitectural

acdimarchitecturalstacked

acdimdecimal

acdimdiametric

acdimengineering

acdimfractional

acdimfractionalstacked

acdimlarchitectural

acdimldecimal

acdimlengineering

acdimlfractional

acdimlinewithtext

acdimlscientific

acdimlwindowsdesktop

acdimordinate

acdimprecisionzero

acdimprecisionone

acdimprecisiontwo

acdimprecisionthree

acdimprecisionfour

acdimprecisionfive

acdimprecisionsix

acdimprecisionseven

acdimprecisioneight

acdimradial

acdimrotated

acdimscientific

acdimwindowsdesktop

acdisplay

acdisplaydcs

acdragdisplayautomatically

acdragdisplayonrequest

acdragdonotdisplay

acellipse

acengineering

acenglish

acextendboth

acextendnone

acextendotherentity

acextendthisentity

acextents

acexternalreference

acfalse

acfirstextensionline

acfitcurvepoly

acfontbold

acfontbolditalic

acfontitalic

acfontregular

acfractional

acfullpreview

acgrads

acgreen

acgroup

achatch

achatchlooptypedefault

achatchlooptypederived

achatchlooptypeexternal

achatchlooptypepolyline

achatchlooptypetextbox

achatchpatterntypecustomdefined

achatchpatterntypepredefined

achatchpatterntypeuserdefined

achatchstyleignore

achatchstylenormal

achatchstyleouter

achorizontal

achorizontalalignmentaligned

achorizontalalignmentcenter

achorizontalalignmentfit

achorizontalalignmentleft

achorizontalalignmentmiddle

achorizontalalignmentright

achorzcentered

acinches

acinsertunitsangstroms

acinsertunitsastronomicalunits

acinsertunitsautoassign

acinsertunitscentimeters

acinsertunitsdecameters

acinsertunitsdecimeters

acinsertunitsfeet

acinsertunitsgigameters

acinsertunitshectometers

acinsertunitsinches

acinsertunitskilometers

acinsertunitslightyears

acinsertunitsmeters

acinsertunitsmicroinches

acinsertunitsmicrons

acinsertunitsmiles

acinsertunitsmillimeters

acinsertunitsmils

acinsertunitsnanometers

acinsertunitsparsecs

acinsertunitsprompt

acinsertunitsunitless

acinsertunitsyards

acintersection

acjis

ackeyboardentry

ackeyboardentryexceptscripts

ackeyboardrunningobjsnap

aclayout

acleader

aclefttoright

aclimits

acline

aclinenoarrow

aclinespacingstyleatleast

aclinespacingstyleexactly

aclinewitharrow

aclnwt000

aclnwt005

aclnwt009

aclnwt013

aclnwt015

aclnwt018

aclnwt020

aclnwt025

aclnwt030

aclnwt035

aclnwt040

aclnwt050

aclnwt053

aclnwt060

aclnwt070

aclnwt080

aclnwt090

aclnwt100

aclnwt106

aclnwt120

aclnwt140

aclnwt158

aclnwt200

aclnwt211

aclnwtbyblock

aclnwtbylayer

aclnwtbylwdefault

acmagenta

acmax

acmenufilecompiled

acmenufilesource

acmenuitem

acmenuseparator

acmenusubmenu

acmetric

acmillimeters

acmin

acminsertblock

acmline

acmodelspace

acmovetextaddleader

acmovetextnoleader

acmtext

acnative

acnorm

acnotstacked

acoff

acon

acoqgraphics

acoqhighphoto

acoqlineart

acoqphoto

acoqtext

acoutside

acoverfirstextension

acoversecondextension

acpalettebydrawing

acpalettebysession

acpaperspace

acpaperspacedcs

acpartialmenugroup

acpartialpreview

acpenwidth013

acpenwidth018

acpenwidth025

acpenwidth035

acpenwidth050

acpenwidth070

acpenwidth100

acpenwidth140

acpenwidth200

acpenwidthunk

acpixels

acplotorientationlandscape

acplotorientationportrait

acpoint

acpolicylegacydefault

acpolicylegacylegacy

acpolicylegacyquery

acpolicynewdefault

acpolicynewlegacy

acpolyfacemesh

acpolyline

acpolylinelight

acpolymesh

acpreferenceclassic

acpreferencecustom

acprinteralertonce

acprinteralwaysalert

acprinterneveralert

acprinterneveralertlogonce

acproxyboundingbox

acproxynotshow

acproxyshow

acpviewport

acquadspline3dpoly

acquadsplinepoly

acquadsurfacemesh

acr12_dxf

acr13_dwg

acr13_dxf

acr14_dwg

acr14_dxf

acr15_dwg

acr15_dxf

acr15_template

acradians

acraster

acray

acred

acregion

acrighttoleft

acscaletofit

acscientific

acsecondextensionline

acselectionsetall

acselectionsetcrossing

acselectionsetcrossingpolygon

acselectionsetfence

acselectionsetlast

acselectionsetprevious

acselectionsetwindow

acselectionsetwindowpolygon

acshape

acsimple3dpoly

acsimplemesh

acsimplepoly

acsolid

acspline

acsplinenoarrow

acsplinewitharrow

acsubtraction

actext

actextandarrows

actextflagbackward

actextflagupsidedown

actextonly

actolbasic

actolbottom

actoldeviation

actolerance

actollimits

actolmiddle

actolnone

actolsymmetrical

actoltop

actoolbarbutton

actoolbarcontrol

actoolbardockbottom

actoolbardockleft

actoolbardockright

actoolbardocktop

actoolbarfloating

actoolbarflyout

actoolbarseparator

actoptobottom

actrace

actrue

acucs

acunion

acunknown

acvertcentered

acverticalalignmentbaseline

acverticalalignmentbottom

acverticalalignmentmiddle

acverticalalignmenttop

acview

acviewport2horizontal

acviewport2vertical

acviewport3above

acviewport3below

acviewport3horizontal

acviewport3left

acviewport3right

acviewport3vertical

acviewport4

acvp100_1

acvp10_1

acvp1ft_1ft

acvp1in_1ft

acvp1_1

acvp1_10

acvp1_100

acvp1_128in_1ft

acvp1_16

acvp1_16in_1ft

acvp1_2

acvp1_20

acvp1_2in_1ft

acvp1_30

acvp1_32in_1ft

acvp1_4

acvp1_40

acvp1_4in_1ft

acvp1_50

acvp1_64in_1ft

acvp1_8

acvp1_8in_1ft

acvp2_1

acvp3in_1ft

acvp3_16in_1ft

acvp3_32in_1ft

acvp3_4in_1ft

acvp3_8in_1ft

acvp4_1

acvp6in_1ft

acvp8_1

acvpcustomscale

acvpscaletofit

acwhite

acwindow

acworld

acxline

acyellow

aczoomscaledabsolute

aczoomscaledrelative

aczoomscaledrelativepspace

 

Tell me about...

Copying Code Examples from the Bricscad Programmer’s Reference

Programming Overview of LISP (LISt Processing) Language

LISP Compatibility


출처  https://www.bricsys.com/bricscad/help/en_US/V9/DevRef/source/IDR_LISP_VLR_VLA_VLAX.htm

'Auto CAD > lisp' 카테고리의 다른 글

vl-directory-files (파일 이나 폴더이름 가져오기)  (0) 2018.12.02
vlisp-compile (AutoLISP/Visual LISP IDE)  (0) 2018.12.01
vlr-lisp-reactor (리액터)  (0) 2018.11.30
Vlax-Curve  (0) 2018.11.30
교차점 찾기  (0) 2018.11.30

댓글()