KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
pcbnew.EXPORTER_VRML Class Reference
Inheritance diagram for pcbnew.EXPORTER_VRML:
Inheritance graph
[legend]

Public Member Functions

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

Properties

property 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 8930 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 8936 of file pcbnew.py.

Member Function Documentation

◆ ExportVRML_File()

def 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 8941 of file pcbnew.py.

Property Documentation

◆ thisown

property 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 8933 of file pcbnew.py.


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