ComputeLayer3D_Zpos() | EXPORTER_PCB_VRML | private |
create_vrml_plane(IFSG_TRANSFORM &PcbOutput, VRML_COLOR_INDEX colorID, VRML_LAYER *layer, double aHeight, bool aTopPlane) | EXPORTER_PCB_VRML | private |
create_vrml_shell(IFSG_TRANSFORM &PcbOutput, VRML_COLOR_INDEX colorID, VRML_LAYER *layer, double top_z, double bottom_z) | EXPORTER_PCB_VRML | private |
EXPORTER_PCB_VRML(BOARD *aBoard) | EXPORTER_PCB_VRML | |
ExportFp3DModelsAsLinkedFile(const wxString &aFullFileName) | EXPORTER_PCB_VRML | private |
ExportStandardLayers() | EXPORTER_PCB_VRML | private |
ExportVRML_File(PROJECT *aProject, wxString *aMessages, const wxString &aFullFileName, double aMMtoWRMLunit, bool aIncludeUnspecified, bool aIncludeDNP, bool aExport3DFiles, bool aUseRelativePaths, const wxString &a3D_Subdir, double aXRef, double aYRef) | EXPORTER_PCB_VRML | |
ExportVrmlBoard() | EXPORTER_PCB_VRML | private |
ExportVrmlFootprint(FOOTPRINT *aFootprint, std::ostream *aOutputFile) | EXPORTER_PCB_VRML | private |
ExportVrmlPadHole(PAD *aPad) | EXPORTER_PCB_VRML | private |
ExportVrmlPolygonSet(VRML_LAYER *aVlayer, const SHAPE_POLY_SET &aOutlines) | EXPORTER_PCB_VRML | private |
ExportVrmlSolderMask() | EXPORTER_PCB_VRML | private |
ExportVrmlViaHoles() | EXPORTER_PCB_VRML | private |
GetColor(VRML_COLOR_INDEX aIndex) | EXPORTER_PCB_VRML | inlineprivate |
GetLayer3D(int layer, VRML_LAYER **vlayer) | EXPORTER_PCB_VRML | private |
GetLayerZ(int aLayer) | EXPORTER_PCB_VRML | inlineprivate |
getSGColor(VRML_COLOR_INDEX colorIdx) | EXPORTER_PCB_VRML | private |
initStaticColorList() | EXPORTER_PCB_VRML | private |
m_3D_board | EXPORTER_PCB_VRML | private |
m_board | EXPORTER_PCB_VRML | private |
m_BoardColors | EXPORTER_PCB_VRML | privatestatic |
m_BoardToVrmlScale | EXPORTER_PCB_VRML | private |
m_bot_copper | EXPORTER_PCB_VRML | private |
m_bot_paste | EXPORTER_PCB_VRML | private |
m_bot_silk | EXPORTER_PCB_VRML | private |
m_bot_soldermask | EXPORTER_PCB_VRML | private |
m_brd_thickness | EXPORTER_PCB_VRML | private |
m_Cache3Dmodels | EXPORTER_PCB_VRML | private |
m_components | EXPORTER_PCB_VRML | private |
m_DefaultBackgroundBot | EXPORTER_PCB_VRML | privatestatic |
m_DefaultBackgroundTop | EXPORTER_PCB_VRML | privatestatic |
m_DefaultBoardBody | EXPORTER_PCB_VRML | privatestatic |
m_DefaultSilkscreen | EXPORTER_PCB_VRML | privatestatic |
m_DefaultSolderMask | EXPORTER_PCB_VRML | privatestatic |
m_DefaultSolderPaste | EXPORTER_PCB_VRML | privatestatic |
m_DefaultSurfaceFinish | EXPORTER_PCB_VRML | privatestatic |
m_FinishColors | EXPORTER_PCB_VRML | privatestatic |
m_holes | EXPORTER_PCB_VRML | private |
m_includeDNP | EXPORTER_PCB_VRML | private |
m_includeUnspecified | EXPORTER_PCB_VRML | private |
m_layer_z | EXPORTER_PCB_VRML | private |
m_MaskColors | EXPORTER_PCB_VRML | privatestatic |
m_OutputPCB | EXPORTER_PCB_VRML | private |
m_PasteColors | EXPORTER_PCB_VRML | privatestatic |
m_pcbOutlines | EXPORTER_PCB_VRML | private |
m_plated_holes | EXPORTER_PCB_VRML | private |
m_precision | EXPORTER_PCB_VRML | private |
m_ReuseDef | EXPORTER_PCB_VRML | private |
m_sgmaterial | EXPORTER_PCB_VRML | private |
m_SilkscreenColors | EXPORTER_PCB_VRML | privatestatic |
m_Subdir3DFpModels | EXPORTER_PCB_VRML | private |
m_top_copper | EXPORTER_PCB_VRML | private |
m_top_paste | EXPORTER_PCB_VRML | private |
m_top_silk | EXPORTER_PCB_VRML | private |
m_top_soldermask | EXPORTER_PCB_VRML | private |
m_tx | EXPORTER_PCB_VRML | private |
m_ty | EXPORTER_PCB_VRML | private |
m_UseInlineModelsInBrdfile | EXPORTER_PCB_VRML | private |
m_UseRelPathIn3DModelFilename | EXPORTER_PCB_VRML | private |
m_WorldScale | EXPORTER_PCB_VRML | private |
SetLayerZ(int aLayer, double aValue) | EXPORTER_PCB_VRML | inlineprivate |
SetOffset(double aXoff, double aYoff) | EXPORTER_PCB_VRML | private |
SetScale(double aWorldScale) | EXPORTER_PCB_VRML | private |
vrml_colors_list | EXPORTER_PCB_VRML | private |
write_triangle_bag(std::ostream &aOut_file, const VRML_COLOR &aColor, VRML_LAYER *aLayer, bool aPlane, bool aTop, double aTop_z, double aBottom_z) | EXPORTER_PCB_VRML | private |
writeLayers(const char *aFileName, OSTREAM *aOutputFile) | EXPORTER_PCB_VRML | private |
~EXPORTER_PCB_VRML() | EXPORTER_PCB_VRML | |