Preparing search index...
The search index is not available
openscad-parser
openscad-parser
CodeFile
Class CodeFile
Index
Constructors
constructor
Properties
code
path
Accessors
filename
Methods
load
Constructors
constructor
new
Code
File
(
path
,
code
)
:
CodeFile
Parameters
path
:
string
code
:
string
Returns
CodeFile
Properties
code
code
:
string
path
path
:
string
Accessors
filename
get
filename
(
)
:
string
Returns
string
Methods
Static
load
load
(
pathToLoad
)
:
Promise
<
CodeFile
>
Loads an openscad file from the filesystem.
Parameters
pathToLoad
:
string
Returns
Promise
<
CodeFile
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
code
path
Accessors
filename
Methods
load
openscad-parser
Loading...
Loads an openscad file from the filesystem.