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

Public Member Functions

"bool" ExportVRML_File (self, "wxString" aFullFileName, "double" aMMtoWRMLunit, "bool" aExport3DFiles, "bool" aUseRelativePaths, "wxString" a3D_Subdir, "double" aXRef, "double" aYRef)
 
def __init__ (self)
 

Properties

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

Detailed Description

Proxy of C++ VRML_WRITER class.

Definition at line 6860 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.VRML_WRITER.__init__ (   self)
__init__(VRML_WRITER self) -> VRML_WRITER

Definition at line 6870 of file pcbnew.py.

Member Function Documentation

◆ ExportVRML_File()

"bool" pcbnew.VRML_WRITER.ExportVRML_File (   self,
"wxString"  aFullFileName,
"double"  aMMtoWRMLunit,
"bool"  aExport3DFiles,
"bool"  aUseRelativePaths,
"wxString"  a3D_Subdir,
"double"  aXRef,
"double"  aYRef 
)
ExportVRML_File(VRML_WRITER self, wxString aFullFileName, double aMMtoWRMLunit, bool aExport3DFiles, bool aUseRelativePaths, wxString a3D_Subdir, double aXRef, double aYRef) -> bool

Definition at line 6866 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 6863 of file pcbnew.py.


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