KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
pcbnew.EXPORTER_VRML Class Reference
Inheritance diagram for pcbnew.EXPORTER_VRML:

Public Member Functions

 __init__ (self, aBoard)
 
 ExportVRML_File (self, aProject, aMessages, aFullFileName, aMMtoWRMLunit, aIncludeUnspecified, aIncludeDNP, aExport3DFiles, aUseRelativePaths, a3D_Subdir, aXRef, aYRef)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

Proxy of C++ EXPORTER_VRML class.

Definition at line 9219 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.EXPORTER_VRML.__init__ ( self,
aBoard )
__init__(EXPORTER_VRML self, BOARD aBoard) -> EXPORTER_VRML

Definition at line 9225 of file pcbnew.py.

Member Function Documentation

◆ ExportVRML_File()

pcbnew.EXPORTER_VRML.ExportVRML_File ( self,
aProject,
aMessages,
aFullFileName,
aMMtoWRMLunit,
aIncludeUnspecified,
aIncludeDNP,
aExport3DFiles,
aUseRelativePaths,
a3D_Subdir,
aXRef,
aYRef )
ExportVRML_File(EXPORTER_VRML self, PROJECT * aProject, wxString aMessages, wxString aFullFileName, double aMMtoWRMLunit, bool aIncludeUnspecified, bool aIncludeDNP, bool aExport3DFiles, bool aUseRelativePaths, wxString a3D_Subdir, double aXRef, double aYRef) -> bool

Definition at line 9230 of file pcbnew.py.

Property Documentation

◆ thisown

pcbnew.EXPORTER_VRML.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 9222 of file pcbnew.py.


The documentation for this class was generated from the following file: