|
KiCad PCB EDA Suite
|
#include <altium_pcb.h>
Public Member Functions | |
| ALTIUM_PCB (BOARD *aBoard, PROGRESS_REPORTER *aProgressReporter, LAYER_MAPPING_HANDLER &aLayerMappingHandler, REPORTER *aReporter=nullptr, const wxString &aLibrary=wxEmptyString, const wxString &aFootprintName=wxEmptyString) | |
| ~ALTIUM_PCB () | |
| void | Parse (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, const std::map< ALTIUM_PCB_DIR, std::string > &aFileMapping) |
| FOOTPRINT * | ParseFootprint (ALTIUM_PCB_COMPOUND_FILE &altiumLibFile, const wxString &aFootprintName) |
Private Member Functions | |
| void | checkpoint () |
| PCB_LAYER_ID | GetKicadLayer (ALTIUM_LAYER aAltiumLayer) const |
| std::vector< PCB_LAYER_ID > | GetKicadLayersToIterate (ALTIUM_LAYER aAltiumLayer) const |
| int | GetNetCode (uint16_t aId) const |
| const ARULE6 * | GetRule (ALTIUM_RULE_KIND aKind, const wxString &aName) const |
| const ARULE6 * | GetRuleDefault (ALTIUM_RULE_KIND aKind) const |
| const ARULE6 * | GetRuleForPolygon (ALTIUM_RULE_KIND aKind) const |
| void | ParseFileHeader (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, const CFB::COMPOUND_FILE_ENTRY *aEntry) |
| void | ParseBoard6Data (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, const CFB::COMPOUND_FILE_ENTRY *aEntry) |
| void | ParseClasses6Data (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, const CFB::COMPOUND_FILE_ENTRY *aEntry) |
| void | ParseComponents6Data (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, const CFB::COMPOUND_FILE_ENTRY *aEntry) |
| void | ParseDimensions6Data (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, const CFB::COMPOUND_FILE_ENTRY *aEntry) |
| void | ParseModelsData (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, const CFB::COMPOUND_FILE_ENTRY *aEntry, const std::vector< std::string > &aRootDir) |
| void | ParseNets6Data (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, const CFB::COMPOUND_FILE_ENTRY *aEntry) |
| void | ParsePolygons6Data (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, const CFB::COMPOUND_FILE_ENTRY *aEntry) |
| void | ParseRules6Data (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, const CFB::COMPOUND_FILE_ENTRY *aEntry) |
| void | ParseArcs6Data (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, const CFB::COMPOUND_FILE_ENTRY *aEntry) |
| void | ConvertArcs6ToPcbShape (const AARC6 &aElem, PCB_SHAPE *aShape) |
| void | ConvertArcs6ToBoardItem (const AARC6 &aElem, const int aPrimitiveIndex) |
| void | ConvertArcs6ToFootprintItem (FOOTPRINT *aFootprint, const AARC6 &aElem, const int aPrimitiveIndex, const bool aIsBoardImport) |
| void | ConvertArcs6ToBoardItemOnLayer (const AARC6 &aElem, PCB_LAYER_ID aLayer) |
| void | ConvertArcs6ToFootprintItemOnLayer (FOOTPRINT *aFootprint, const AARC6 &aElem, PCB_LAYER_ID aLayer) |
| void | ParseComponentsBodies6Data (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, const CFB::COMPOUND_FILE_ENTRY *aEntry) |
| void | ConvertComponentBody6ToFootprintItem (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, FOOTPRINT *aFootprint, const ACOMPONENTBODY6 &aElem) |
| void | ParsePads6Data (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, const CFB::COMPOUND_FILE_ENTRY *aEntry) |
| void | ConvertPads6ToBoardItem (const APAD6 &aElem) |
| void | ConvertPads6ToFootprintItem (FOOTPRINT *aFootprint, const APAD6 &aElem) |
| void | ConvertPads6ToBoardItemOnNonCopper (const APAD6 &aElem) |
| void | ConvertPads6ToFootprintItemOnCopper (FOOTPRINT *aFootprint, const APAD6 &aElem) |
| void | ConvertPads6ToFootprintItemOnNonCopper (FOOTPRINT *aFootprint, const APAD6 &aElem) |
| void | ParseVias6Data (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, const CFB::COMPOUND_FILE_ENTRY *aEntry) |
| void | ConvertVias6ToFootprintItem (FOOTPRINT *aFootprint, const AVIA6 &aElem) |
| void | ParseTracks6Data (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, const CFB::COMPOUND_FILE_ENTRY *aEntry) |
| void | ConvertTracks6ToBoardItem (const ATRACK6 &aElem, const int aPrimitiveIndex) |
| void | ConvertTracks6ToFootprintItem (FOOTPRINT *aFootprint, const ATRACK6 &aElem, const int aPrimitiveIndex, const bool aIsBoardImport) |
| void | ConvertTracks6ToBoardItemOnLayer (const ATRACK6 &aElem, PCB_LAYER_ID aLayer) |
| void | ConvertTracks6ToFootprintItemOnLayer (FOOTPRINT *aFootprint, const ATRACK6 &aElem, PCB_LAYER_ID aLayer) |
| void | ParseTexts6Data (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, const CFB::COMPOUND_FILE_ENTRY *aEntry) |
| void | ConvertTexts6ToBoardItem (const ATEXT6 &aElem) |
| void | ConvertTexts6ToFootprintItem (FOOTPRINT *aFootprint, const ATEXT6 &aElem) |
| void | ConvertTexts6ToBoardItemOnLayer (const ATEXT6 &aElem, PCB_LAYER_ID aLayer) |
| void | ConvertTexts6ToFootprintItemOnLayer (FOOTPRINT *aFootprint, const ATEXT6 &aElem, PCB_LAYER_ID aLayer) |
| void | ConvertBarcodes6ToBoardItemOnLayer (const ATEXT6 &aElem, PCB_LAYER_ID aLayer) |
| void | ConvertBarcodes6ToFootprintItemOnLayer (FOOTPRINT *aFootprint, const ATEXT6 &aElem, PCB_LAYER_ID aLayer) |
| void | ConvertTexts6ToEdaTextSettings (const ATEXT6 &aElem, EDA_TEXT &aEdaText) |
| void | ParseFills6Data (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, const CFB::COMPOUND_FILE_ENTRY *aEntry) |
| void | ConvertFills6ToBoardItem (const AFILL6 &aElem) |
| void | ConvertFills6ToFootprintItem (FOOTPRINT *aFootprint, const AFILL6 &aElem, const bool aIsBoardImport) |
| void | ConvertFills6ToBoardItemOnLayer (const AFILL6 &aElem, PCB_LAYER_ID aLayer) |
| void | ConvertFills6ToFootprintItemOnLayer (FOOTPRINT *aFootprint, const AFILL6 &aElem, PCB_LAYER_ID aLayer) |
| void | ParseBoardRegionsData (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, const CFB::COMPOUND_FILE_ENTRY *aEntry) |
| void | ParseShapeBasedRegions6Data (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, const CFB::COMPOUND_FILE_ENTRY *aEntry) |
| void | ConvertShapeBasedRegions6ToBoardItem (const AREGION6 &aElem) |
| void | ConvertShapeBasedRegions6ToFootprintItem (FOOTPRINT *aFootprint, const AREGION6 &aElem, const int aPrimitiveIndex) |
| void | ConvertShapeBasedRegions6ToBoardItemOnLayer (const AREGION6 &aElem, PCB_LAYER_ID aLayer) |
| void | ConvertShapeBasedRegions6ToFootprintItemOnLayer (FOOTPRINT *aFootprint, const AREGION6 &aElem, PCB_LAYER_ID aLayer, const int aPrimitiveIndex) |
| void | ParseExtendedPrimitiveInformationData (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, const CFB::COMPOUND_FILE_ENTRY *aEntry) |
| void | ParseRegions6Data (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, const CFB::COMPOUND_FILE_ENTRY *aEntry) |
| void | ParseWideStrings6Data (const ALTIUM_PCB_COMPOUND_FILE &aAltiumPcbFile, const CFB::COMPOUND_FILE_ENTRY *aEntry) |
| void | HelperParseDimensions6Linear (const ADIMENSION6 &aElem) |
| void | HelperParseDimensions6Radial (const ADIMENSION6 &aElem) |
| void | HelperParseDimensions6Leader (const ADIMENSION6 &aElem) |
| void | HelperParseDimensions6Datum (const ADIMENSION6 &aElem) |
| void | HelperParseDimensions6Center (const ADIMENSION6 &aElem) |
| void | HelperParsePad6NonCopper (const APAD6 &aElem, PCB_LAYER_ID aLayer, PCB_SHAPE *aShape) |
| void | HelperFillMechanicalLayerAssignments (const std::vector< ABOARD6_LAYER_STACKUP > &aStackup) |
| void | HelperCreateBoardOutline (const std::vector< ALTIUM_VERTICE > &aVertices) |
| void | HelperSetZoneLayers (ZONE &aZone, const ALTIUM_LAYER aAltiumLayer) |
| void | HelperSetZoneKeepoutRestrictions (ZONE &aZone, const uint8_t aKeepoutRestrictions) |
| void | HelperPcpShapeAsBoardKeepoutRegion (const PCB_SHAPE &aShape, const ALTIUM_LAYER aAltiumLayer, const uint8_t aKeepoutRestrictions) |
| void | HelperPcpShapeAsFootprintKeepoutRegion (FOOTPRINT *aFootprint, const PCB_SHAPE &aShape, const ALTIUM_LAYER aAltiumLayer, const uint8_t aKeepoutRestrictions) |
| void | HelperSetTextboxAlignmentAndPos (const ATEXT6 &aElem, PCB_TEXTBOX *aPcbTextbox) |
| void | HelperSetTextAlignmentAndPos (const ATEXT6 &aElem, EDA_TEXT *aEdaText) |
| std::vector< std::pair< PCB_LAYER_ID, int > > | HelperGetSolderAndPasteMaskExpansions (const ALTIUM_RECORD aType, const int aPrimitiveIndex, const ALTIUM_LAYER aAltiumLayer) |
| FOOTPRINT * | HelperGetFootprint (uint16_t aComponent) const |
| void | remapUnsureLayers (std::vector< ABOARD6_LAYER_STACKUP > &aStackup) |
Private Attributes | |
| BOARD * | m_board |
| std::vector< FOOTPRINT * > | m_components |
| std::vector< ZONE * > | m_polygons |
| std::vector< PCB_DIM_RADIAL * > | m_radialDimensions |
| std::map< uint32_t, wxString > | m_unicodeStrings |
| std::vector< int > | m_altiumToKicadNetcodes |
| std::map< ALTIUM_LAYER, PCB_LAYER_ID > | m_layermap |
| std::map< ALTIUM_LAYER, wxString > | m_layerNames |
| std::map< wxString, ALTIUM_EMBEDDED_MODEL_DATA > | m_EmbeddedModels |
| std::map< ALTIUM_RULE_KIND, std::vector< ARULE6 > > | m_rules |
| std::map< ALTIUM_RECORD, std::multimap< int, const AEXTENDED_PRIMITIVE_INFORMATION > > | m_extendedPrimitiveInformationMaps |
| std::map< ALTIUM_LAYER, ZONE * > | m_outer_plane |
| LAYER_MAPPING_HANDLER | m_layerMappingHandler |
| PROGRESS_REPORTER * | m_progressReporter |
| optional; may be nullptr | |
| REPORTER * | m_reporter |
| optional; may be nullptr | |
| unsigned | m_doneCount |
| unsigned | m_lastProgressCount |
| unsigned | m_totalCount |
| for progress reporting | |
| wxString | m_library |
| for footprint library loading error reporting | |
| wxString | m_footprintName |
| for footprint library loading error reporting | |
| int | m_highest_pour_index |
| Altium stores pour order across all layers. | |
Definition at line 122 of file altium_pcb.h.
|
explicit |
Definition at line 301 of file altium_pcb.cpp.
References m_board, m_doneCount, m_footprintName, m_highest_pour_index, m_lastProgressCount, m_layerMappingHandler, m_library, m_progressReporter, m_reporter, and m_totalCount.
| ALTIUM_PCB::~ALTIUM_PCB | ( | ) |
Definition at line 317 of file altium_pcb.cpp.
|
private |
Definition at line 321 of file altium_pcb.cpp.
References _, m_doneCount, m_lastProgressCount, m_progressReporter, m_totalCount, and THROW_IO_ERROR.
Referenced by ParseArcs6Data(), ParseBoard6Data(), ParseBoardRegionsData(), ParseClasses6Data(), ParseComponents6Data(), ParseComponentsBodies6Data(), ParseDimensions6Data(), ParseExtendedPrimitiveInformationData(), ParseFills6Data(), ParseModelsData(), ParseNets6Data(), ParsePads6Data(), ParsePolygons6Data(), ParseRegions6Data(), ParseRules6Data(), ParseShapeBasedRegions6Data(), ParseTexts6Data(), ParseTracks6Data(), and ParseVias6Data().
|
private |
Definition at line 3219 of file altium_pcb.cpp.
References ALTIUM_POLYGON_BOARD, ALTIUM_POLYGON_NONE, APPEND, ARC, ARC_HIGH_DEF, ConvertArcs6ToBoardItemOnLayer(), ConvertArcs6ToPcbShape(), ERROR_INSIDE, ZONE::GetFill(), GetKicadLayer(), GetKicadLayersToIterate(), ZONE::HasFilledPolysForLayer(), HelperGetSolderAndPasteMaskExpansions(), HelperPcpShapeAsBoardKeepoutRegion(), AARC6::is_keepout, IsAltiumLayerAPlane(), KEEP_OUT_LAYER, AARC6::keepoutrestrictions, AARC6::layer, m_board, m_polygons, AARC6::polygon, ZONE::SetIsFilled(), ZONE::SetNeedRefill(), PCB_SHAPE::SetStroke(), SOLID, THROW_IO_ERROR, UNDEFINED_LAYER, and AARC6::width.
Referenced by ParseArcs6Data().
|
private |
Definition at line 3356 of file altium_pcb.cpp.
References ALTIUM_NET_UNCONNECTED, APPEND, ARC, EDA_ANGLE::AsDegrees(), AARC6::center, ConvertArcs6ToPcbShape(), EDA_ANGLE::Cos(), DEGREES_T, AARC6::endangle, EDA_SHAPE::GetArcAngle(), PCB_SHAPE::GetCenter(), GetNetCode(), EDA_SHAPE::GetStart(), IsCopperLayer(), KiROUND(), m_board, AARC6::net, EDA_ANGLE::Normalize(), AARC6::radius, EDA_SHAPE::SetArcAngleAndEnd(), EDA_SHAPE::SetCenter(), EDA_SHAPE::SetStart(), EDA_ANGLE::Sin(), SOLID, AARC6::startangle, and AARC6::width.
Referenced by ConvertArcs6ToBoardItem(), and ConvertArcs6ToFootprintItem().
|
private |
Definition at line 3299 of file altium_pcb.cpp.
References FOOTPRINT::Add(), ALTIUM_NET_UNCONNECTED, ALTIUM_POLYGON_NONE, APPEND, ARC, ConvertArcs6ToBoardItemOnLayer(), ConvertArcs6ToFootprintItemOnLayer(), ConvertArcs6ToPcbShape(), GetKicadLayersToIterate(), HelperGetSolderAndPasteMaskExpansions(), HelperPcpShapeAsFootprintKeepoutRegion(), AARC6::is_keepout, IsAltiumLayerAPlane(), IsCopperLayer(), KEEP_OUT_LAYER, AARC6::keepoutrestrictions, AARC6::layer, AARC6::net, AARC6::polygon, PCB_SHAPE::SetStroke(), SOLID, and AARC6::width.
Referenced by ParseArcs6Data(), and ParseFootprint().
|
private |
Definition at line 3402 of file altium_pcb.cpp.
References FOOTPRINT::Add(), APPEND, ConvertArcs6ToPcbShape(), SOLID, and AARC6::width.
Referenced by ConvertArcs6ToFootprintItem().
Definition at line 3192 of file altium_pcb.cpp.
References ARC, AARC6::center, CIRCLE, EDA_ANGLE::Cos(), DEGREES_T, AARC6::endangle, KiROUND(), EDA_ANGLE::Normalize(), AARC6::radius, EDA_SHAPE::SetArcAngleAndEnd(), EDA_SHAPE::SetCenter(), EDA_SHAPE::SetEnd(), EDA_SHAPE::SetShape(), EDA_SHAPE::SetStart(), EDA_ANGLE::Sin(), and AARC6::startangle.
Referenced by ConvertArcs6ToBoardItem(), ConvertArcs6ToBoardItemOnLayer(), ConvertArcs6ToFootprintItem(), and ConvertArcs6ToFootprintItemOnLayer().
|
private |
Definition at line 4673 of file altium_pcb.cpp.
References APPEND, ATEXT6::barcode_inverted, ATEXT6::barcode_margin, ATEXT6::barcode_type, CODE128, CODE39, CODE_128, CODE_39, m_board, ATEXT6::position, ATEXT6::text, ATEXT6::textbox_rect_height, and ATEXT6::textbox_rect_width.
Referenced by ConvertTexts6ToBoardItem().
|
private |
Definition at line 4698 of file altium_pcb.cpp.
References FOOTPRINT::Add(), APPEND, ATEXT6::barcode_inverted, ATEXT6::barcode_margin, ATEXT6::barcode_type, CODE128, CODE39, CODE_128, CODE_39, ATEXT6::position, ATEXT6::text, ATEXT6::textbox_rect_height, and ATEXT6::textbox_rect_width.
Referenced by ConvertTexts6ToFootprintItem().
|
private |
Definition at line 1600 of file altium_pcb.cpp.
References _, EMBEDDED_FILES::AddFile(), EDA_ANGLE::AsDegrees(), ACOMPONENTBODY6::body_opacity_3d, ACOMPONENTBODY6::body_projection, EMBEDDED_FILES::CompressAndEncode(), EMBEDDED_FILES::EMBEDDED_FILE::decompressedData, DEFAULT_BOARD_THICKNESS_MM, EMBEDDED_FILES::GetEmbeddedFileLink(), FOOTPRINT::GetEmbeddedFiles(), ALTIUM_PCB_COMPOUND_FILE::GetLibModel(), FOOTPRINT::GetOrientation(), FOOTPRINT::GetReference(), FOOTPRINT::IsFlipped(), FP_3DMODEL::m_Filename, FP_3DMODEL::m_Offset, FP_3DMODEL::m_Opacity, m_progressReporter, m_reporter, FP_3DMODEL::m_Rotation, EMBEDDED_FILES::EMBEDDED_FILE::MODEL, model, ACOMPONENTBODY6::modelId, ACOMPONENTBODY6::modelIsEmbedded, ACOMPONENTBODY6::modelName, ACOMPONENTBODY6::modelPosition, ACOMPONENTBODY6::modelRotation, FOOTPRINT::Models(), EMBEDDED_FILES::EMBEDDED_FILE::name, normalizeAngleDegrees(), pcbIUScale, RotatePoint(), ACOMPONENTBODY6::rotation, RPT_SEVERITY_ERROR, EMBEDDED_FILES::EMBEDDED_FILE::type, VECTOR3< T >::x, VECTOR3< T >::y, and VECTOR3< T >::z.
Referenced by ParseFootprint().
|
private |
Definition at line 4977 of file altium_pcb.cpp.
References center, ConvertFills6ToBoardItemOnLayer(), DEGREES_T, GetKicadLayersToIterate(), HelperPcpShapeAsBoardKeepoutRegion(), AFILL6::is_keepout, KEEP_OUT_LAYER, AFILL6::keepoutrestrictions, AFILL6::layer, AFILL6::pos1, AFILL6::pos2, RECTANGLE, PCB_SHAPE::Rotate(), AFILL6::rotation, EDA_SHAPE::SetEnd(), EDA_SHAPE::SetFilled(), EDA_SHAPE::SetStart(), PCB_SHAPE::SetStroke(), SOLID, VECTOR2< T >::x, and VECTOR2< T >::y.
Referenced by ParseFills6Data().
|
private |
Definition at line 5045 of file altium_pcb.cpp.
References ALTIUM_NET_UNCONNECTED, APPEND, center, DEGREES_T, GetNetCode(), IsCopperLayer(), m_board, AFILL6::net, AFILL6::pos1, AFILL6::pos2, RECTANGLE, AFILL6::rotation, VECTOR2< T >::x, and VECTOR2< T >::y.
Referenced by ConvertFills6ToBoardItem(), and ConvertFills6ToFootprintItem().
|
private |
Definition at line 5006 of file altium_pcb.cpp.
References ALTIUM_NET_UNCONNECTED, center, ConvertFills6ToBoardItemOnLayer(), ConvertFills6ToFootprintItemOnLayer(), DEGREES_T, GetKicadLayersToIterate(), HelperPcpShapeAsFootprintKeepoutRegion(), AFILL6::is_keepout, IsAltiumLayerCopper(), KEEP_OUT_LAYER, AFILL6::keepoutrestrictions, AFILL6::layer, AFILL6::net, AFILL6::pos1, AFILL6::pos2, RECTANGLE, PCB_SHAPE::Rotate(), AFILL6::rotation, EDA_SHAPE::SetEnd(), EDA_SHAPE::SetFilled(), EDA_SHAPE::SetStart(), PCB_SHAPE::SetStroke(), SOLID, VECTOR2< T >::x, and VECTOR2< T >::y.
Referenced by ParseFills6Data(), and ParseFootprint().
|
private |
Definition at line 5073 of file altium_pcb.cpp.
References std::abs(), FOOTPRINT::Add(), PADSTACK::ALL_LAYERS, ANGLE_90, APPEND, SHAPE_POLY_SET::Append(), B_Cu, center, CIRCLE, CUSTOM, DEGREES_T, F_Cu, EDA_ANGLE::IsCardinal(), EDA_ANGLE::IsCardinal90(), SHAPE_POLY_SET::NewOutline(), SHAPE_POLY_SET::Outline(), pad, AFILL6::pos1, AFILL6::pos2, RECTANGLE, SHAPE_POLY_SET::Rotate(), AFILL6::rotation, BASE_SET::set(), SHAPE_LINE_CHAIN::SetClosed(), SMD, VECTOR2< T >::x, and VECTOR2< T >::y.
Referenced by ConvertFills6ToFootprintItem().
|
private |
Definition at line 3444 of file altium_pcb.cpp.
References APPEND, ConvertPads6ToBoardItemOnNonCopper(), ConvertPads6ToFootprintItemOnCopper(), IsAltiumLayerAPlane(), IsAltiumLayerCopper(), APAD6::layer, m_board, MULTI_LAYER, and APAD6::position.
Referenced by ParsePads6Data().
|
private |
Definition at line 3897 of file altium_pcb.cpp.
References _, APPEND, Eco1_User, GetKicadLayer(), HelperParsePad6NonCopper(), APAD6::layer, m_board, m_reporter, APAD6::name, pad, RPT_SEVERITY_INFO, and UNDEFINED_LAYER.
Referenced by ConvertPads6ToBoardItem().
|
private |
Definition at line 3547 of file altium_pcb.cpp.
References ConvertPads6ToFootprintItemOnCopper(), ConvertPads6ToFootprintItemOnNonCopper(), IsAltiumLayerAPlane(), IsAltiumLayerCopper(), APAD6::layer, and MULTI_LAYER.
Referenced by ParseFootprint(), and ParsePads6Data().
|
private |
Definition at line 3562 of file altium_pcb.cpp.
References _, FOOTPRINT::Add(), PADSTACK::ALL_LAYERS, APAD6_SIZE_AND_SHAPE::alt_shape, ANGLE_90, APPEND, EDA_ANGLE::AsDegrees(), B_Cu, B_Mask, BOARD_ITEM::BoardLayerSet(), APAD6::botshape, APAD6::botsize, BOTTOM_LAYER, CHAMFERED_RECT, CIRCLE, CopperLayerToOrdinal(), APAD6_SIZE_AND_SHAPE::cornerradius, PADSTACK::CUSTOM, DEGREES_T, APAD6::direction, F_Cu, F_Mask, PADSTACK::FRONT_INNER_BACK, FULL_STACK, GetKicadLayer(), GetNetCode(), FOOTPRINT::GetReference(), APAD6_SIZE_AND_SHAPE::holeoffset, APAD6_SIZE_AND_SHAPE::holeshape, APAD6::holesize, In1_Cu, PADSTACK::INNER_LAYERS, APAD6_SIZE_AND_SHAPE::inner_shape, APAD6_SIZE_AND_SHAPE::inner_size, LSET::InternalCuMask(), APAD6::is_tent_bottom, APAD6::is_tent_top, EDA_ANGLE::IsHorizontal(), EDA_ANGLE::IsVertical(), KiROUND(), APAD6::layer, m_footprintName, m_library, m_reporter, MANUAL, APAD6::midshape, APAD6::midsize, MULTI_LAYER, APAD6::name, APAD6::net, PADSTACK::NORMAL, EDA_ANGLE::Normalize(), NPTH, OBLONG, OCTAGONAL, OVAL, pad, APAD6::pad_to_die_delay, APAD6::pad_to_die_length, APAD6::padmode, APAD6::pastemaskexpansionmanual, APAD6::pastemaskexpansionmode, APAD6::plated, APAD6::position, PTH, PAD::PTHMask(), RECT, RECT_CHAMFER_ALL, RECTANGLE, ROUND, ROUNDRECT, RPT_SEVERITY_DEBUG, RPT_SEVERITY_ERROR, BASE_SET::set(), PADSTACK::SetChamferPositions(), PADSTACK::SetChamferRatio(), PADSTACK::SetMode(), PADSTACK::SetRoundRectRadiusRatio(), PADSTACK::SetShape(), PADSTACK::SetSize(), SIMPLE, APAD6::sizeAndShape, SLOT, APAD6_SIZE_AND_SHAPE::slotrotation, APAD6_SIZE_AND_SHAPE::slotsize, SMD, PAD::SMDMask(), APAD6::soldermaskexpansionmanual, APAD6::soldermaskexpansionmode, SQUARE, TOP_LAYER, TOP_MIDDLE_BOTTOM, APAD6::topshape, APAD6::topsize, UNKNOWN, PAD::UnplatedHoleMask(), VECTOR2< T >::x, and VECTOR2< T >::y.
Referenced by ConvertPads6ToBoardItem(), and ConvertPads6ToFootprintItem().
|
private |
Definition at line 3923 of file altium_pcb.cpp.
References _, FOOTPRINT::Add(), APPEND, Eco1_User, GetKicadLayer(), FOOTPRINT::GetReference(), HelperParsePad6NonCopper(), APAD6::layer, m_footprintName, m_library, m_reporter, APAD6::name, pad, RPT_SEVERITY_INFO, and UNDEFINED_LAYER.
Referenced by ConvertPads6ToFootprintItem().
|
private |
Definition at line 2659 of file altium_pcb.cpp.
References _, ALTIUM_POLYGON_NONE, APPEND, SHAPE_POLY_SET::Append(), BOARD_CUTOUT, ConvertShapeBasedRegions6ToBoardItemOnLayer(), COPPER, DASH, DASHED_OUTLINE, DIAGONAL_EDGE, Eco1_User, SHAPE_POLY_SET::Fracture(), ZONE::GetDefaultHatchPitch(), GetKicadLayer(), GetKicadLayersToIterate(), GetNetCode(), HelperCreateBoardOutline(), HelperSetZoneKeepoutRestrictions(), HelperSetZoneLayers(), HelperShapeLineChainFromAltiumVertices(), INVISIBLE_BORDER, AREGION6::is_keepout, AREGION6::is_teardrop, AREGION6::keepoutrestrictions, AREGION6::kind, AREGION6::layer, m_board, m_reporter, AREGION6::net, AREGION6::outline, pcbIUScale, SHAPE_LINE_CHAIN::PointCount(), POLY, AREGION6::polygon, POLYGON_CUTOUT, RPT_SEVERITY_ERROR, TD_UNSPECIFIED, and UNDEFINED_LAYER.
Referenced by ParseShapeBasedRegions6Data().
|
private |
Definition at line 2947 of file altium_pcb.cpp.
References SHAPE_POLY_SET::AddHole(), SHAPE_POLY_SET::AddOutline(), ALTIUM_NET_UNCONNECTED, APPEND, GetNetCode(), HelperShapeLineChainFromAltiumVertices(), AREGION6::holes, IsCopperLayer(), m_board, AREGION6::net, AREGION6::outline, SHAPE_LINE_CHAIN::PointCount(), and POLY.
Referenced by ConvertShapeBasedRegions6ToBoardItem().
|
private |
Definition at line 2797 of file altium_pcb.cpp.
References _, FOOTPRINT::Add(), ALTIUM_POLYGON_NONE, APPEND, BOARD_CUTOUT, ConvertShapeBasedRegions6ToFootprintItemOnLayer(), COPPER, DASH, DASHED_OUTLINE, DIAGONAL_EDGE, Eco1_User, Edge_Cuts, ZONE::GetDefaultHatchPitch(), GetKicadLayer(), GetKicadLayersToIterate(), FOOTPRINT::GetReference(), HelperSetZoneKeepoutRestrictions(), HelperSetZoneLayers(), HelperShapeLineChainFromAltiumVertices(), AREGION6::is_keepout, AREGION6::keepoutrestrictions, AREGION6::kind, AREGION6::layer, m_footprintName, m_library, m_reporter, AREGION6::outline, pcbIUScale, SHAPE_LINE_CHAIN::PointCount(), POLY, AREGION6::polygon, POLYGON_CUTOUT, RPT_SEVERITY_ERROR, SOLID, and UNDEFINED_LAYER.
Referenced by ParseFootprint(), and ParseShapeBasedRegions6Data().
|
private |
Definition at line 2992 of file altium_pcb.cpp.
References FOOTPRINT::Add(), SHAPE_POLY_SET::AddHole(), SHAPE_POLY_SET::AddOutline(), PADSTACK::ALL_LAYERS, ANGLE_90, APPEND, B_Cu, B_Mask, B_Paste, CIRCLE, SHAPE_LINE_CHAIN::CPoint(), CUSTOM, F_Cu, F_Mask, F_Paste, HelperShapeLineChainFromAltiumVertices(), AREGION6::holes, info, m_extendedPrimitiveInformationMaps, MANUAL, SHAPE_POLY_SET::Move(), NONE, AREGION6::outline, pad, SHAPE_LINE_CHAIN::PointCount(), POLY, REGION, BASE_SET::set(), and SMD.
Referenced by ConvertShapeBasedRegions6ToFootprintItem().
|
private |
Definition at line 4536 of file altium_pcb.cpp.
References BARCODE, ConvertBarcodes6ToBoardItemOnLayer(), ConvertTexts6ToBoardItemOnLayer(), ATEXT6::fonttype, GetKicadLayersToIterate(), and ATEXT6::layer.
Referenced by ParseTexts6Data().
|
private |
Definition at line 4564 of file altium_pcb.cpp.
References AltiumPcbSpecialStringsToKiCadStrings(), APPEND, ConvertTexts6ToEdaTextSettings(), HelperSetTextAlignmentAndPos(), HelperSetTextboxAlignmentAndPos(), ATEXT6::isFrame, ATEXT6::isInverted, m_board, BOARD_ITEM::SetIsKnockout(), BOARD_ITEM::SetLayer(), ATEXT6::text, and text.
Referenced by ConvertTexts6ToBoardItem().
|
private |
Definition at line 4922 of file altium_pcb.cpp.
References ATEXT6::fontname, ATEXT6::fonttype, KIFONT::FONT::GetFont(), KIFONT::FONT::GetName(), ATEXT6::height, ATEXT6::isBold, ATEXT6::isItalic, ATEXT6::isMirrored, KIFONT::FONT::IsOutline(), EDA_TEXT::SetBoldFlag(), EDA_TEXT::SetFont(), EDA_TEXT::SetItalic(), EDA_TEXT::SetMirrored(), EDA_TEXT::SetTextSize(), EDA_TEXT::SetTextThickness(), ATEXT6::strokewidth, and TRUETYPE.
Referenced by ConvertTexts6ToBoardItemOnLayer(), and ConvertTexts6ToFootprintItemOnLayer().
|
private |
Definition at line 4550 of file altium_pcb.cpp.
References BARCODE, ConvertBarcodes6ToFootprintItemOnLayer(), ConvertTexts6ToFootprintItemOnLayer(), ATEXT6::fonttype, GetKicadLayersToIterate(), and ATEXT6::layer.
Referenced by ParseFootprint(), and ParseTexts6Data().
|
private |
Definition at line 4605 of file altium_pcb.cpp.
References FOOTPRINT::Add(), AltiumPcbSpecialStringsToKiCadStrings(), APPEND, ConvertTexts6ToEdaTextSettings(), HelperSetTextAlignmentAndPos(), HelperSetTextboxAlignmentAndPos(), ATEXT6::isComment, ATEXT6::isDesignator, ATEXT6::isFrame, ATEXT6::isInverted, FOOTPRINT::Reference(), BOARD_ITEM::SetIsKnockout(), BOARD_ITEM::SetLayer(), ATEXT6::text, text, and FOOTPRINT::Value().
Referenced by ConvertTexts6ToFootprintItem().
|
private |
Definition at line 4305 of file altium_pcb.cpp.
References ALTIUM_POLYGON_BOARD, ALTIUM_POLYGON_NONE, APPEND, ARC_HIGH_DEF, ConvertTracks6ToBoardItemOnLayer(), ATRACK6::end, ERROR_INSIDE, ZONE::GetFill(), GetKicadLayer(), GetKicadLayersToIterate(), ZONE::HasFilledPolysForLayer(), HelperGetSolderAndPasteMaskExpansions(), HelperPcpShapeAsBoardKeepoutRegion(), ATRACK6::is_keepout, IsAltiumLayerAPlane(), KEEP_OUT_LAYER, ATRACK6::keepoutrestrictions, ATRACK6::layer, m_board, m_polygons, m_reporter, ATRACK6::polygon, RPT_SEVERITY_DEBUG, SEGMENT, EDA_SHAPE::SetEnd(), ZONE::SetIsFilled(), ZONE::SetNeedRefill(), EDA_SHAPE::SetStart(), PCB_SHAPE::SetStroke(), SOLID, ATRACK6::start, TRACK, UNDEFINED_LAYER, and ATRACK6::width.
Referenced by ParseTracks6Data().
|
private |
Definition at line 4451 of file altium_pcb.cpp.
References ALTIUM_NET_UNCONNECTED, APPEND, ATRACK6::end, GetNetCode(), IsCopperLayer(), m_board, ATRACK6::net, SEGMENT, SOLID, ATRACK6::start, and ATRACK6::width.
Referenced by ConvertTracks6ToBoardItem(), and ConvertTracks6ToFootprintItem().
|
private |
Definition at line 4393 of file altium_pcb.cpp.
References FOOTPRINT::Add(), ALTIUM_NET_UNCONNECTED, ALTIUM_POLYGON_NONE, APPEND, ConvertTracks6ToBoardItemOnLayer(), ConvertTracks6ToFootprintItemOnLayer(), ATRACK6::end, GetKicadLayersToIterate(), HelperGetSolderAndPasteMaskExpansions(), HelperPcpShapeAsFootprintKeepoutRegion(), ATRACK6::is_keepout, IsAltiumLayerAPlane(), IsCopperLayer(), KEEP_OUT_LAYER, ATRACK6::keepoutrestrictions, ATRACK6::layer, ATRACK6::net, ATRACK6::polygon, SEGMENT, EDA_SHAPE::SetEnd(), EDA_SHAPE::SetStart(), PCB_SHAPE::SetStroke(), SOLID, ATRACK6::start, TRACK, and ATRACK6::width.
Referenced by ParseFootprint(), and ParseTracks6Data().
|
private |
Definition at line 4479 of file altium_pcb.cpp.
References FOOTPRINT::Add(), APPEND, ATRACK6::end, SEGMENT, SOLID, ATRACK6::start, and ATRACK6::width.
Referenced by ConvertTracks6ToFootprintItem().
|
private |
Definition at line 3465 of file altium_pcb.cpp.
References FOOTPRINT::Add(), PADSTACK::ALL_LAYERS, LSET::AllCuMask(), APPEND, B_Mask, CIRCLE, CopperLayerToOrdinal(), PADSTACK::CUSTOM, AVIA6::diameter, AVIA6::diameter_by_layer, F_Mask, PADSTACK::FRONT_INNER_BACK, GetNetCode(), AVIA6::holesize, PADSTACK::INNER_LAYERS, AVIA6::is_locked, AVIA6::is_tent_bottom, AVIA6::is_tent_top, m_board, AVIA6::net, PADSTACK::NORMAL, pad, AVIA6::position, PTH, SIMPLE, AVIA6::soldermask_expansion_back, AVIA6::soldermask_expansion_front, AVIA6::soldermask_expansion_manual, TOP_MIDDLE_BOTTOM, and AVIA6::viamode.
Referenced by ParseFootprint().
|
private |
Definition at line 157 of file altium_pcb.cpp.
References B_Cu, B_Mask, B_Paste, B_SilkS, BACKGROUND, BOTTOM_LAYER, BOTTOM_OVERLAY, BOTTOM_PASTE, BOTTOM_SOLDER, CONNECTIONS, DRC_ERROR_MARKERS, DRILL_DRAWING, DRILL_GUIDE, Dwgs_User, F_Cu, F_Mask, F_Paste, F_SilkS, In10_Cu, In11_Cu, In12_Cu, In13_Cu, In14_Cu, In15_Cu, In16_Cu, In17_Cu, In18_Cu, In19_Cu, In1_Cu, In20_Cu, In21_Cu, In22_Cu, In23_Cu, In24_Cu, In25_Cu, In26_Cu, In27_Cu, In28_Cu, In29_Cu, In2_Cu, In30_Cu, In3_Cu, In4_Cu, In5_Cu, In6_Cu, In7_Cu, In8_Cu, In9_Cu, INTERNAL_PLANE_1, INTERNAL_PLANE_10, INTERNAL_PLANE_11, INTERNAL_PLANE_12, INTERNAL_PLANE_13, INTERNAL_PLANE_14, INTERNAL_PLANE_15, INTERNAL_PLANE_16, INTERNAL_PLANE_2, INTERNAL_PLANE_3, INTERNAL_PLANE_4, INTERNAL_PLANE_5, INTERNAL_PLANE_6, INTERNAL_PLANE_7, INTERNAL_PLANE_8, INTERNAL_PLANE_9, KEEP_OUT_LAYER, m_layermap, Margin, MAX_USER_DEFINED_LAYERS, MECHANICAL_1, MECHANICAL_10, MECHANICAL_11, MECHANICAL_12, MECHANICAL_13, MECHANICAL_14, MECHANICAL_15, MECHANICAL_16, MECHANICAL_2, MECHANICAL_3, MECHANICAL_4, MECHANICAL_5, MECHANICAL_6, MECHANICAL_7, MECHANICAL_8, MECHANICAL_9, MID_LAYER_1, MID_LAYER_10, MID_LAYER_11, MID_LAYER_12, MID_LAYER_13, MID_LAYER_14, MID_LAYER_15, MID_LAYER_16, MID_LAYER_17, MID_LAYER_18, MID_LAYER_19, MID_LAYER_2, MID_LAYER_20, MID_LAYER_21, MID_LAYER_22, MID_LAYER_23, MID_LAYER_24, MID_LAYER_25, MID_LAYER_26, MID_LAYER_27, MID_LAYER_28, MID_LAYER_29, MID_LAYER_3, MID_LAYER_30, MID_LAYER_4, MID_LAYER_5, MID_LAYER_6, MID_LAYER_7, MID_LAYER_8, MID_LAYER_9, MULTI_LAYER, PAD_HOLES, SELECTIONS, TOP_LAYER, TOP_OVERLAY, TOP_PASTE, TOP_SOLDER, UNDEFINED_LAYER, UNKNOWN, User_1, User_10, User_11, User_12, User_13, User_14, User_15, User_16, User_2, User_3, User_4, User_5, User_6, User_7, User_8, User_9, V7_MECHANICAL_1, V7_MECHANICAL_17, V7_MECHANICAL_LAST, VIA_HOLES, VISIBLE_GRID_1, and VISIBLE_GRID_2.
Referenced by ConvertArcs6ToBoardItem(), ConvertPads6ToBoardItemOnNonCopper(), ConvertPads6ToFootprintItemOnCopper(), ConvertPads6ToFootprintItemOnNonCopper(), ConvertShapeBasedRegions6ToBoardItem(), ConvertShapeBasedRegions6ToFootprintItem(), ConvertTracks6ToBoardItem(), GetKicadLayersToIterate(), HelperParseDimensions6Center(), HelperParseDimensions6Datum(), HelperParseDimensions6Leader(), HelperParseDimensions6Linear(), HelperParseDimensions6Radial(), ParseBoard6Data(), ParseRegions6Data(), ParseVias6Data(), and remapUnsureLayers().
|
private |
Definition at line 275 of file altium_pcb.cpp.
References B_Cu, F_Cu, GetKicadLayer(), KEEP_OUT_LAYER, m_board, MULTI_LAYER, and UNDEFINED_LAYER.
Referenced by ConvertArcs6ToBoardItem(), ConvertArcs6ToFootprintItem(), ConvertFills6ToBoardItem(), ConvertFills6ToFootprintItem(), ConvertShapeBasedRegions6ToBoardItem(), ConvertShapeBasedRegions6ToFootprintItem(), ConvertTexts6ToBoardItem(), ConvertTexts6ToFootprintItem(), ConvertTracks6ToBoardItem(), ConvertTracks6ToFootprintItem(), and HelperSetZoneLayers().
|
private |
Definition at line 895 of file altium_pcb.cpp.
References ALTIUM_NET_UNCONNECTED, m_altiumToKicadNetcodes, THROW_IO_ERROR, and NETINFO_LIST::UNCONNECTED.
Referenced by ConvertArcs6ToBoardItemOnLayer(), ConvertFills6ToBoardItemOnLayer(), ConvertPads6ToFootprintItemOnCopper(), ConvertShapeBasedRegions6ToBoardItem(), ConvertShapeBasedRegions6ToBoardItemOnLayer(), ConvertTracks6ToBoardItemOnLayer(), ConvertVias6ToFootprintItem(), ParsePolygons6Data(), and ParseVias6Data().
|
private |
Definition at line 913 of file altium_pcb.cpp.
References m_rules, and ARULE6::name.
|
private |
Definition at line 929 of file altium_pcb.cpp.
References m_rules, ARULE6::scope1expr, and ARULE6::scope2expr.
Referenced by GetRuleForPolygon(), and ParseRules6Data().
|
private |
Definition at line 946 of file altium_pcb.cpp.
References GetRuleDefault(), m_rules, and selectAltiumPolygonRule().
Referenced by ParsePolygons6Data().
|
private |
Definition at line 1412 of file altium_pcb.cpp.
References SEG::A, APPEND, ARC, SHAPE_LINE_CHAIN::Arc(), SHAPE_LINE_CHAIN::ArcIndex(), SEG::B, Edge_Cuts, SHAPE_ARC::GetArcMid(), SHAPE_ARC::GetP0(), SHAPE_ARC::GetP1(), HelperShapeLineChainFromAltiumVertices(), SHAPE_LINE_CHAIN::IsArcStart(), m_board, SHAPE_LINE_CHAIN::NextShape(), SHAPE_LINE_CHAIN::PointCount(), SEGMENT, SHAPE_LINE_CHAIN::Segment(), and SOLID.
Referenced by ConvertShapeBasedRegions6ToBoardItem(), and ParseBoard6Data().
|
private |
Definition at line 1350 of file altium_pcb.cpp.
References ASSEMBLY_BOT, ASSEMBLY_NOTES, ASSEMBLY_TOP, B_Adhes, B_CrtYd, B_Fab, BOARD, BOARD_SHAPE, Cmts_User, COMPONENT_CENTER_BOT, COMPONENT_CENTER_TOP, COMPONENT_OUTLINE_BOT, COMPONENT_OUTLINE_TOP, COURTYARD_BOT, COURTYARD_TOP, DESIGNATOR_BOT, DESIGNATOR_TOP, DIMENSIONS, DIMENSIONS_BOT, DIMENSIONS_TOP, Dwgs_User, Edge_Cuts, F_Adhes, F_CrtYd, F_Fab, FAB_NOTES, GLUE_POINTS_BOT, GLUE_POINTS_TOP, m_layermap, MECHANICAL_1, MECHANICAL_16, UNDEFINED_LAYER, V7_MECHANICAL_17, V7_MECHANICAL_LAST, V_CUT, VALUE_BOT, and VALUE_TOP.
Referenced by ParseBoard6Data(), and ParseFootprint().
|
private |
Definition at line 84 of file altium_pcb.cpp.
References ALTIUM_COMPONENT_NONE, m_components, and THROW_IO_ERROR.
Referenced by ParseArcs6Data(), ParseFills6Data(), ParsePads6Data(), ParseShapeBasedRegions6Data(), ParseTexts6Data(), and ParseTracks6Data().
|
private |
Definition at line 5225 of file altium_pcb.cpp.
References B_Mask, B_Paste, BOTTOM_LAYER, F_Mask, F_Paste, m_extendedPrimitiveInformationMaps, MANUAL, MASK, MULTI_LAYER, AEXTENDED_PRIMITIVE_INFORMATION::pastemaskexpansionmanual, AEXTENDED_PRIMITIVE_INFORMATION::pastemaskexpansionmode, RULE, AEXTENDED_PRIMITIVE_INFORMATION::soldermaskexpansionmanual, AEXTENDED_PRIMITIVE_INFORMATION::soldermaskexpansionmode, TOP_LAYER, TRACK, and AEXTENDED_PRIMITIVE_INFORMATION::type.
Referenced by ConvertArcs6ToBoardItem(), ConvertArcs6ToFootprintItem(), ConvertTracks6ToBoardItem(), and ConvertTracks6ToFootprintItem().
|
private |
Definition at line 2142 of file altium_pcb.cpp.
References _, ADIMENSION6::angle, APPEND, DEGREES_T, Eco1_User, GetKicadLayer(), ADIMENSION6::height, ADIMENSION6::layer, ADIMENSION6::linewidth, m_board, m_reporter, RotatePoint(), RPT_SEVERITY_INFO, UNDEFINED_LAYER, and ADIMENSION6::xy1.
Referenced by ParseDimensions6Data().
|
private |
Definition at line 2111 of file altium_pcb.cpp.
References _, APPEND, Eco1_User, GetKicadLayer(), ADIMENSION6::layer, ADIMENSION6::linewidth, m_board, m_reporter, ADIMENSION6::referencePoint, RPT_SEVERITY_INFO, SEGMENT, SOLID, and UNDEFINED_LAYER.
|
private |
Definition at line 2012 of file altium_pcb.cpp.
References _, APPEND, ADIMENSION6::arrowsize, DEGREES_T, Eco1_User, VECTOR2< T >::EuclideanNorm(), GetKicadLayer(), GR_TEXT_H_ALIGN_LEFT, GR_TEXT_V_ALIGN_BOTTOM, KiROUND(), ADIMENSION6::layer, ADIMENSION6::linewidth, m_board, m_reporter, ADIMENSION6::referencePoint, RotatePoint(), RPT_SEVERITY_ERROR, SEGMENT, SOLID, text, ADIMENSION6::textformat, ADIMENSION6::textheight, ADIMENSION6::textlinewidth, ADIMENSION6::textPoint, UNDEFINED_LAYER, VECTOR2< T >::x, and VECTOR2< T >::y.
Referenced by ParseDimensions6Data().
|
private |
Basically REFERENCE0POINT and REFERENCE1POINT are the two end points of the dimension. XY1 is the position of the arrow above REFERENCE0POINT. those three points are not necessarily in 90degree angle, but KiCad requires this to show the correct measurements.
Therefore, we take the vector of REFERENCE0POINT -> XY1, calculate the normal, and intersect it with REFERENCE1POINT pointing the same direction as REFERENCE0POINT -> XY1. This should give us a valid measurement point where we can place the drawsegment.
Definition at line 1822 of file altium_pcb.cpp.
References _, APPEND, BARE_SUFFIX, BOLD_FACTOR, CM, VECTOR2< T >::Cross(), Eco1_User, VECTOR2< T >::EuclideanNorm(), GetKicadLayer(), INCH, SEG::Intersect(), INWARD, ADIMENSION6::layer, ADIMENSION6::linewidth, m_board, m_reporter, MILS, MM, NO_SUFFIX, PCB_DIM_ALIGNED_T, VECTOR2< T >::Perpendicular(), ADIMENSION6::referencePoint, RPT_SEVERITY_INFO, ADIMENSION6::textbold, ADIMENSION6::textheight, ADIMENSION6::textitalic, ADIMENSION6::textlinewidth, ADIMENSION6::textprecision, ADIMENSION6::textprefix, ADIMENSION6::textsuffix, ADIMENSION6::textunit, THROW_IO_ERROR, UNDEFINED_LAYER, and ADIMENSION6::xy1.
Referenced by ParseDimensions6Data().
|
private |
Definition at line 1929 of file altium_pcb.cpp.
References _, APPEND, BARE_SUFFIX, BOLD_FACTOR, CM, Eco1_User, GetKicadLayer(), GR_TEXT_H_ALIGN_LEFT, GR_TEXT_V_ALIGN_BOTTOM, GR_TEXT_V_ALIGN_CENTER, INCH, ADIMENSION6::layer, ADIMENSION6::linewidth, m_board, m_radialDimensions, m_reporter, MILS, MM, NO_SUFFIX, ADIMENSION6::referencePoint, RPT_SEVERITY_ERROR, RPT_SEVERITY_INFO, ADIMENSION6::textbold, ADIMENSION6::textgap, ADIMENSION6::textheight, ADIMENSION6::textitalic, ADIMENSION6::textlinewidth, ADIMENSION6::textPoint, ADIMENSION6::textprecision, ADIMENSION6::textprefix, ADIMENSION6::textsuffix, ADIMENSION6::textunit, THROW_IO_ERROR, UNDEFINED_LAYER, and ADIMENSION6::xy1.
Referenced by ParseDimensions6Data().
|
private |
Definition at line 3969 of file altium_pcb.cpp.
References _, APAD6_SIZE_AND_SHAPE::alt_shape, ALTIUM_NET_UNCONNECTED, chamfer, CIRCLE, APAD6_SIZE_AND_SHAPE::cornerradius, DEGREES_T, APAD6::direction, APAD6::holesize, m_reporter, APAD6::name, APAD6::net, OCTAGONAL, APAD6::padmode, POLY, APAD6::position, RECT, PCB_SHAPE::Rotate(), ROUNDRECT, RPT_SEVERITY_DEBUG, SEGMENT, EDA_SHAPE::SetEnd(), EDA_SHAPE::SetFilled(), PCB_SHAPE::SetLayer(), EDA_SHAPE::SetPolyPoints(), EDA_SHAPE::SetShape(), EDA_SHAPE::SetStart(), PCB_SHAPE::SetStroke(), SIMPLE, APAD6::sizeAndShape, SOLID, APAD6::topshape, APAD6::topsize, UNKNOWN, VECTOR2< T >::x, and VECTOR2< T >::y.
Referenced by ConvertPads6ToBoardItemOnNonCopper(), and ConvertPads6ToFootprintItemOnNonCopper().
|
private |
Definition at line 5183 of file altium_pcb.cpp.
References APPEND, ARC_HIGH_DEF, DIAGONAL_EDGE, ERROR_INSIDE, ZONE::GetDefaultHatchPitch(), HelperSetZoneKeepoutRestrictions(), HelperSetZoneLayers(), and m_board.
Referenced by ConvertArcs6ToBoardItem(), ConvertFills6ToBoardItem(), and ConvertTracks6ToBoardItem().
|
private |
Definition at line 5203 of file altium_pcb.cpp.
References FOOTPRINT::Add(), APPEND, ARC_HIGH_DEF, DIAGONAL_EDGE, ERROR_INSIDE, ZONE::GetDefaultHatchPitch(), HelperSetZoneKeepoutRestrictions(), and HelperSetZoneLayers().
Referenced by ConvertArcs6ToFootprintItem(), ConvertFills6ToFootprintItem(), and ConvertTracks6ToFootprintItem().
Definition at line 4810 of file altium_pcb.cpp.
References CENTER_BOTTOM, CENTER_CENTER, CENTER_TOP, DEGREES_T, EDA_TEXT::GetFont(), EDA_TEXT::GetTextHeight(), EDA_TEXT::GetTextWidth(), EDA_TEXT::GetVertJustify(), GR_TEXT_H_ALIGN_CENTER, GR_TEXT_H_ALIGN_LEFT, GR_TEXT_H_ALIGN_RIGHT, GR_TEXT_V_ALIGN_BOTTOM, GR_TEXT_V_ALIGN_CENTER, GR_TEXT_V_ALIGN_TOP, ATEXT6::height, ATEXT6::isJustificationValid, ATEXT6::isMirrored, ATEXT6::isOffsetBorder, KIFONT::FONT::IsStroke(), LEFT_BOTTOM, LEFT_CENTER, LEFT_TOP, ATEXT6::margin_border_width, ATEXT6::position, RIGHT_BOTTOM, RIGHT_CENTER, RIGHT_TOP, RotatePoint(), ATEXT6::rotation, EDA_TEXT::SetHorizJustify(), EDA_TEXT::SetTextAngle(), EDA_TEXT::SetTextPos(), EDA_TEXT::SetVertJustify(), ATEXT6::text_offset_width, ATEXT6::textbox_rect_justification, ATEXT6::textbox_rect_width, VECTOR2< T >::x, and VECTOR2< T >::y.
Referenced by ConvertTexts6ToBoardItemOnLayer(), and ConvertTexts6ToFootprintItemOnLayer().
|
private |
Definition at line 4724 of file altium_pcb.cpp.
References _, CENTER_BOTTOM, CENTER_CENTER, CENTER_TOP, DEGREES_T, EDA_TEXT::GetFont(), EDA_TEXT::GetTextHeight(), EDA_TEXT::GetTextWidth(), GR_TEXT_H_ALIGN_CENTER, GR_TEXT_H_ALIGN_LEFT, GR_TEXT_H_ALIGN_RIGHT, GR_TEXT_V_ALIGN_TOP, ATEXT6::isJustificationValid, ATEXT6::isMirrored, ATEXT6::isOffsetBorder, KIFONT::FONT::IsStroke(), LEFT_BOTTOM, LEFT_CENTER, LEFT_TOP, m_reporter, ATEXT6::margin_border_width, ATEXT6::position, RIGHT_BOTTOM, RIGHT_CENTER, RIGHT_TOP, RotatePoint(), ATEXT6::rotation, RPT_SEVERITY_DEBUG, PCB_TEXTBOX::SetBorderEnabled(), EDA_SHAPE::SetEnd(), EDA_TEXT::SetHorizJustify(), PCB_TEXTBOX::SetMarginBottom(), PCB_TEXTBOX::SetMarginLeft(), PCB_TEXTBOX::SetMarginRight(), PCB_TEXTBOX::SetMarginTop(), PCB_SHAPE::SetPosition(), PCB_TEXTBOX::SetTextAngle(), EDA_TEXT::SetVertJustify(), ATEXT6::text, ATEXT6::text_offset_width, ATEXT6::textbox_rect_height, ATEXT6::textbox_rect_justification, ATEXT6::textbox_rect_width, VECTOR2< T >::x, and VECTOR2< T >::y.
Referenced by ConvertTexts6ToBoardItemOnLayer(), and ConvertTexts6ToFootprintItemOnLayer().
|
private |
Definition at line 5167 of file altium_pcb.cpp.
References ZONE::SetDoNotAllowFootprints(), ZONE::SetDoNotAllowPads(), ZONE::SetDoNotAllowTracks(), ZONE::SetDoNotAllowVias(), and ZONE::SetDoNotAllowZoneFills().
Referenced by ConvertShapeBasedRegions6ToBoardItem(), ConvertShapeBasedRegions6ToFootprintItem(), HelperPcpShapeAsBoardKeepoutRegion(), and HelperPcpShapeAsFootprintKeepoutRegion().
|
private |
Definition at line 5156 of file altium_pcb.cpp.
References GetKicadLayersToIterate(), BASE_SET::set(), and ZONE::SetLayerSet().
Referenced by ConvertShapeBasedRegions6ToBoardItem(), ConvertShapeBasedRegions6ToFootprintItem(), HelperPcpShapeAsBoardKeepoutRegion(), HelperPcpShapeAsFootprintKeepoutRegion(), and ParsePolygons6Data().
| void ALTIUM_PCB::Parse | ( | const ALTIUM_PCB_COMPOUND_FILE & | aAltiumPcbFile, |
| const std::map< ALTIUM_PCB_DIR, std::string > & | aFileMapping ) |
Definition at line 340 of file altium_pcb.cpp.
References _, ARC, ARCS6, BOARD6, BOARDREGIONS, CIRCLE, CLASSES6, COMPONENTBODIES6, COMPONENTS6, DIMENSIONS6, directory, VECTOR2< T >::EuclideanNorm(), EXTENDPRIMITIVEINFORMATION, FILE_HEADER, FILLS6, ALTIUM_COMPOUND_FILE::FindStream(), FormatPath(), BOARD_DESIGN_SETTINGS::GetAuxOrigin(), PCB_ARC::GetCenter(), BOARD_DESIGN_SETTINGS::GetGridOrigin(), BOX2< Vec >::GetHeight(), PCB_SHAPE::GetPosition(), EDA_SHAPE::GetRadius(), PCB_ARC::GetRadius(), ALTIUM_BINARY_PARSER::GetRemainingBytes(), EDA_SHAPE::GetShape(), BOX2< Vec >::GetWidth(), BOX2< Vec >::GetX(), BOX2< Vec >::GetY(), ALTIUM_BINARY_PARSER::HasParsingError(), m_board, m_highest_pour_index, m_outer_plane, m_polygons, m_progressReporter, m_radialDimensions, m_reporter, m_totalCount, MODELS, NETS6, PADS6, ParseArcs6Data(), ParseBoard6Data(), ParseBoardRegionsData(), ParseClasses6Data(), ParseComponents6Data(), ParseComponentsBodies6Data(), ParseDimensions6Data(), ParseExtendedPrimitiveInformationData(), ParseFileHeader(), ParseFills6Data(), ParseModelsData(), ParseNets6Data(), ParsePads6Data(), ParsePolygons6Data(), ParseRegions6Data(), ParseRules6Data(), ParseShapeBasedRegions6Data(), ParseTexts6Data(), ParseTracks6Data(), ParseVias6Data(), ParseWideStrings6Data(), PCB_ARC_T, PCB_SHAPE_T, pcbIUScale, POLYGONS6, radius, ALTIUM_BINARY_PARSER::Read(), REGIONS6, VECTOR2< T >::Resize(), RPT_SEVERITY_ERROR, RULES6, BOARD_DESIGN_SETTINGS::SetAuxOrigin(), BOARD_DESIGN_SETTINGS::SetGridOrigin(), SHAPEBASEDREGIONS6, TEXTS6, THROW_IO_ERROR, TRACKS6, VIAS6, and WIDESTRINGS6.
Referenced by PCB_IO_ALTIUM_CIRCUIT_MAKER::LoadBoard(), PCB_IO_ALTIUM_CIRCUIT_STUDIO::LoadBoard(), PCB_IO_ALTIUM_DESIGNER::LoadBoard(), and PCB_IO_SOLIDWORKS::LoadBoard().
|
private |
Definition at line 3163 of file altium_pcb.cpp.
References _, ALTIUM_COMPONENT_NONE, checkpoint(), AARC6::component, ConvertArcs6ToBoardItem(), ConvertArcs6ToFootprintItem(), ALTIUM_BINARY_PARSER::GetRemainingBytes(), HelperGetFootprint(), m_progressReporter, and THROW_IO_ERROR.
Referenced by Parse().
|
private |
Definition at line 1001 of file altium_pcb.cpp.
References _, B_Cu, LAYER_RANGE::begin(), ABOARD6::board_vertices, BOTTOM_SOLDER, BS_ITEM_TYPE_COPPER, BS_ITEM_TYPE_DIELECTRIC, BOARD_STACKUP::BuildBoardThicknessFromStackup(), BOARD_STACKUP::BuildDefaultStackupList(), checkpoint(), ABOARD6_LAYER_STACKUP::copperthick, ABOARD6_LAYER_STACKUP::dielectricconst, ABOARD6_LAYER_STACKUP::dielectriclosstangent, ABOARD6_LAYER_STACKUP::dielectricmaterial, ABOARD6_LAYER_STACKUP::dielectricthick, end, F_Cu, GetKicadLayer(), BOARD_STACKUP::GetList(), ALTIUM_BINARY_PARSER::GetRemainingBytes(), BOARD_DESIGN_SETTINGS::GetStackupDescriptor(), HelperCreateBoardOutline(), HelperFillMechanicalLayerAssignments(), IsAltiumLayerAPlane(), ABOARD6_LAYER_STACKUP::layerId, LT_JUMPER, LT_POWER, m_board, m_layermap, m_progressReporter, MECHANICAL_1, MECHANICAL_16, ABOARD6_LAYER_STACKUP::name, ABOARD6_LAYER_STACKUP::nextId, NotSpecifiedPrm(), remapUnsureLayers(), BOARD_STACKUP::RemoveAll(), ABOARD6::sheetpos, ABOARD6::stackup, THROW_IO_ERROR, TOP_LAYER, TOP_OVERLAY, V7_MECHANICAL_17, and V7_MECHANICAL_LAST.
Referenced by Parse().
|
private |
Definition at line 2607 of file altium_pcb.cpp.
References _, checkpoint(), ALTIUM_BINARY_PARSER::GetRemainingBytes(), m_progressReporter, and THROW_IO_ERROR.
Referenced by Parse().
|
private |
Definition at line 1451 of file altium_pcb.cpp.
References _, checkpoint(), ALTIUM_BINARY_PARSER::GetRemainingBytes(), ACLASS6::kind, m_board, m_progressReporter, m_reporter, ACLASS6::name, name, ACLASS6::names, NET_CLASS, RPT_SEVERITY_ERROR, and THROW_IO_ERROR.
Referenced by Parse().
|
private |
Definition at line 1515 of file altium_pcb.cpp.
References _, AltiumToKiCadLibID(), AltiumUniqueIdToKiid(), APPEND, B_Cu, checkpoint(), ACOMPONENT6::commenton, F_Cu, ALTIUM_BINARY_PARSER::GetRemainingBytes(), ACOMPONENT6::layer, ACOMPONENT6::locked, m_board, m_components, m_progressReporter, ACOMPONENT6::nameon, path, ACOMPONENT6::pattern, ACOMPONENT6::position, ACOMPONENT6::rotation, ACOMPONENT6::sourcedesignator, ACOMPONENT6::sourcefootprintlibrary, ACOMPONENT6::sourceHierachicalPath, ACOMPONENT6::sourceUniqueID, THROW_IO_ERROR, and TOP_LAYER.
Referenced by Parse().
|
private |
Definition at line 1701 of file altium_pcb.cpp.
References _, EMBEDDED_FILES::AddFile(), ALTIUM_COMPONENT_NONE, EDA_ANGLE::AsDegrees(), ACOMPONENTBODY6::body_opacity_3d, ACOMPONENTBODY6::body_projection, checkpoint(), ACOMPONENTBODY6::component, EMBEDDED_FILES::EMBEDDED_FILE::decompressedData, ADVANCED_CFG::GetCfg(), EMBEDDED_FILES::GetEmbeddedFileLink(), FOOTPRINT::GetEmbeddedFiles(), GetKiCadThreadPool(), FOOTPRINT::GetOrientation(), FOOTPRINT::GetPosition(), ALTIUM_BINARY_PARSER::GetRemainingBytes(), FOOTPRINT::IsFlipped(), KiROUND(), m_board, m_components, ALTIUM_EMBEDDED_MODEL_DATA::m_data, m_EmbeddedModels, FP_3DMODEL::m_Filename, ADVANCED_CFG::m_ImportSkipComponentBodies, ALTIUM_EMBEDDED_MODEL_DATA::m_modelname, FP_3DMODEL::m_Offset, FP_3DMODEL::m_Opacity, m_progressReporter, m_reporter, FP_3DMODEL::m_Rotation, ACOMPONENTBODY6::modelId, ACOMPONENTBODY6::modelIsEmbedded, ACOMPONENTBODY6::modelPosition, ACOMPONENTBODY6::modelRotation, FOOTPRINT::Models(), EMBEDDED_FILES::EMBEDDED_FILE::name, normalizeAngleDegrees(), pcbIUScale, RotatePoint(), ACOMPONENTBODY6::rotation, RPT_SEVERITY_ERROR, THROW_IO_ERROR, tp, VECTOR2< T >::x, VECTOR3< T >::x, VECTOR2< T >::y, VECTOR3< T >::y, and VECTOR3< T >::z.
Referenced by Parse().
|
private |
Definition at line 2173 of file altium_pcb.cpp.
References _, ANGULAR, BASELINE, CENTER, checkpoint(), DATUM, ALTIUM_BINARY_PARSER::GetRemainingBytes(), HelperParseDimensions6Center(), HelperParseDimensions6Leader(), HelperParseDimensions6Linear(), HelperParseDimensions6Radial(), ADIMENSION6::kind, LEADER, LINEAR, LINEAR_DIAMETER, m_progressReporter, m_reporter, RADIAL, RADIAL_DIAMETER, RPT_SEVERITY_INFO, and THROW_IO_ERROR.
Referenced by Parse().
|
private |
Definition at line 979 of file altium_pcb.cpp.
References _, checkpoint(), ALTIUM_BINARY_PARSER::GetRemainingBytes(), m_extendedPrimitiveInformationMaps, m_progressReporter, AEXTENDED_PRIMITIVE_INFORMATION::primitiveIndex, AEXTENDED_PRIMITIVE_INFORMATION::primitiveObjectId, and THROW_IO_ERROR.
Referenced by Parse(), and ParseFootprint().
|
private |
Definition at line 961 of file altium_pcb.cpp.
References header, ALTIUM_BINARY_PARSER::ReadAndSetSubrecordLength(), and ALTIUM_BINARY_PARSER::ReadWxString().
Referenced by Parse().
|
private |
Definition at line 4948 of file altium_pcb.cpp.
References _, ALTIUM_COMPONENT_NONE, checkpoint(), AFILL6::component, ConvertFills6ToBoardItem(), ConvertFills6ToFootprintItem(), ALTIUM_BINARY_PARSER::GetRemainingBytes(), HelperGetFootprint(), m_progressReporter, and THROW_IO_ERROR.
Referenced by Parse().
| FOOTPRINT * ALTIUM_PCB::ParseFootprint | ( | ALTIUM_PCB_COMPOUND_FILE & | altiumLibFile, |
| const wxString & | aFootprintName ) |
Definition at line 681 of file altium_pcb.cpp.
References _, AltiumToKiCadLibID(), ARC, ConvertArcs6ToFootprintItem(), ConvertComponentBody6ToFootprintItem(), ConvertFills6ToFootprintItem(), ConvertPads6ToFootprintItem(), ConvertShapeBasedRegions6ToFootprintItem(), ConvertTexts6ToFootprintItem(), ConvertTracks6ToFootprintItem(), ConvertVias6ToFootprintItem(), FILL, ALTIUM_PCB_COMPOUND_FILE::FindLibFootprintDirName(), ALTIUM_COMPOUND_FILE::FindStream(), alg::for_all_pairs(), FormatPath(), ALTIUM_BINARY_PARSER::GetRemainingBytes(), HelperFillMechanicalLayerAssignments(), m_board, m_extendedPrimitiveInformationMaps, m_reporter, m_unicodeStrings, MODEL, PAD, pad, ParseExtendedPrimitiveInformationData(), pcbIUScale, ALTIUM_BINARY_PARSER::Peek(), ALTIUM_BINARY_PARSER::ReadAndSetSubrecordLength(), ALTIUM_BINARY_PARSER::ReadProperties(), ALTIUM_PROPS_UTILS::ReadString(), REGION, RPT_SEVERITY_ERROR, ALTIUM_BINARY_PARSER::SkipSubrecord(), ALIBRARY::stackup, TEXT, text, THROW_IO_ERROR, TRACK, VIA, and via.
Referenced by PCB_IO_ALTIUM_DESIGNER::FootprintLoad().
|
private |
Definition at line 2252 of file altium_pcb.cpp.
References _, checkpoint(), ALTIUM_COMPOUND_FILE::FindStream(), FormatPath(), ALTIUM_COMPOUND_FILE::GetCompoundFileReader(), ALTIUM_BINARY_PARSER::GetRemainingBytes(), AMODEL::id, m_EmbeddedModels, m_progressReporter, m_reporter, AMODEL::name, name, AMODEL::rotation, RPT_SEVERITY_ERROR, THROW_IO_ERROR, and AMODEL::z_offset.
Referenced by Parse().
|
private |
Definition at line 2345 of file altium_pcb.cpp.
References _, APPEND, checkpoint(), NETINFO_ITEM::GetNetCode(), ALTIUM_BINARY_PARSER::GetRemainingBytes(), m_altiumToKicadNetcodes, m_board, m_progressReporter, ANET6::name, and THROW_IO_ERROR.
Referenced by Parse().
|
private |
Definition at line 3415 of file altium_pcb.cpp.
References _, ALTIUM_COMPONENT_NONE, checkpoint(), APAD6::component, ConvertPads6ToBoardItem(), ConvertPads6ToFootprintItem(), ALTIUM_BINARY_PARSER::GetRemainingBytes(), HelperGetFootprint(), m_progressReporter, and THROW_IO_ERROR.
Referenced by Parse().
|
private |
Definition at line 2371 of file altium_pcb.cpp.
References _, ANGLE_45, APPEND, ARC_HIGH_DEF, CHAMFER_ACUTE_CORNERS, checkpoint(), CLEARANCE, clearance, ARULE6::clearanceGap, DEGREE_45, DIAGONAL_EDGE, DIRECT, FULL, ZONE::GetDefaultHatchPitch(), BOX2< Vec >::GetHeight(), GetNetCode(), ALTIUM_BINARY_PARSER::GetRemainingBytes(), GetRuleForPolygon(), BOX2< Vec >::GetWidth(), APOLYGON6::gridsize, HATCH_PATTERN, APOLYGON6::hatchstyle, HelperSetZoneLayers(), HelperShapeLineChainFromAltiumVertices(), SHAPE_POLY_SET::Inflate(), IsAltiumLayerAPlane(), APOLYGON6::layer, APOLYGON6::locked, LT_MIXED, LT_POWER, LT_SIGNAL, m_board, m_highest_pour_index, m_outer_plane, m_polygons, m_progressReporter, m_reporter, APOLYGON6::net, NONE, SHAPE_POLY_SET::Outline(), SHAPE_POLY_SET::OutlineCount(), PLANE_CLEARANCE, ARULE6::planeclearanceClearance, SHAPE_LINE_CHAIN::PointCount(), POLYGON_CONNECT, ARULE6::polygonconnectAirgapwidth, ARULE6::polygonconnectReliefconductorwidth, ARULE6::polygonconnectStyle, APOLYGON6::pourindex, RELIEF, RPT_SEVERITY_ERROR, SOLID, THERMAL, THROW_IO_ERROR, APOLYGON6::trackwidth, UNKNOWN, and APOLYGON6::vertices.
Referenced by Parse().
|
private |
Definition at line 3088 of file altium_pcb.cpp.
References _, SHAPE_POLY_SET::AddHole(), SHAPE_POLY_SET::AddOutline(), ALTIUM_POLYGON_NONE, SHAPE_LINE_CHAIN::Append(), SHAPE_POLY_SET::BooleanAdd(), checkpoint(), SHAPE_POLY_SET::Fracture(), ZONE::GetFill(), GetKicadLayer(), ALTIUM_BINARY_PARSER::GetRemainingBytes(), ZONE::HasFilledPolysForLayer(), AREGION6::holes, AREGION6::layer, m_polygons, m_progressReporter, AREGION6::outline, AREGION6::polygon, ALTIUM_VERTICE::position, SHAPE_LINE_CHAIN::SetClosed(), ZONE::SetFilledPolysList(), ZONE::SetIsFilled(), ZONE::SetNeedRefill(), THROW_IO_ERROR, and UNDEFINED_LAYER.
Referenced by Parse().
|
private |
Definition at line 2538 of file altium_pcb.cpp.
References _, checkpoint(), CLEARANCE, ARULE6::clearanceGap, ALTIUM_BINARY_PARSER::GetRemainingBytes(), GetRuleDefault(), HOLE_SIZE, HOLE_TO_HOLE_CLEARANCE, ARULE6::kind, m_board, m_progressReporter, m_rules, ARULE6::minHoleWidth, ARULE6::minLimit, ARULE6::minWidth, PASTE_MASK_EXPANSION, ARULE6::pastemaskExpansion, ROUTING_VIAS, SOLDER_MASK_EXPANSION, ARULE6::soldermaskExpansion, THROW_IO_ERROR, and WIDTH.
Referenced by Parse().
|
private |
Definition at line 2627 of file altium_pcb.cpp.
References _, ALTIUM_COMPONENT_NONE, BOARD_CUTOUT, checkpoint(), AREGION6::component, ConvertShapeBasedRegions6ToBoardItem(), ConvertShapeBasedRegions6ToFootprintItem(), ALTIUM_BINARY_PARSER::GetRemainingBytes(), HelperGetFootprint(), AREGION6::kind, m_progressReporter, and THROW_IO_ERROR.
Referenced by Parse().
|
private |
Definition at line 4507 of file altium_pcb.cpp.
References _, ALTIUM_COMPONENT_NONE, checkpoint(), ATEXT6::component, ConvertTexts6ToBoardItem(), ConvertTexts6ToFootprintItem(), ALTIUM_BINARY_PARSER::GetRemainingBytes(), HelperGetFootprint(), m_progressReporter, m_unicodeStrings, and THROW_IO_ERROR.
Referenced by Parse().
|
private |
Definition at line 4276 of file altium_pcb.cpp.
References _, ALTIUM_COMPONENT_NONE, checkpoint(), ATRACK6::component, ConvertTracks6ToBoardItem(), ConvertTracks6ToFootprintItem(), ALTIUM_BINARY_PARSER::GetRemainingBytes(), HelperGetFootprint(), m_progressReporter, and THROW_IO_ERROR.
Referenced by Parse().
|
private |
Definition at line 4154 of file altium_pcb.cpp.
References _, PADSTACK::ALL_LAYERS, LSET::AllCuMask(), altiumViaSideIsTented(), APPEND, B_Cu, BLIND, BOTTOM_LAYER, BURIED, checkpoint(), CopperLayerToOrdinal(), PADSTACK::CUSTOM, AVIA6::diameter, AVIA6::diameter_by_layer, F_Cu, PADSTACK::FRONT_INNER_BACK, FULL_STACK, GetKicadLayer(), GetNetCode(), ALTIUM_BINARY_PARSER::GetRemainingBytes(), AVIA6::holesize, PADSTACK::INNER_LAYERS, AVIA6::is_locked, AVIA6::is_tent_bottom, AVIA6::is_tent_top, IsCopperLayer(), AVIA6::layer_end, AVIA6::layer_start, m_board, m_progressReporter, m_reporter, MICROVIA, AVIA6::net, NOT_TENTED, AVIA6::position, RPT_SEVERITY_DEBUG, SIMPLE, AVIA6::soldermask_expansion_back, AVIA6::soldermask_expansion_from_hole, AVIA6::soldermask_expansion_front, AVIA6::soldermask_expansion_manual, TENTED, THROUGH, THROW_IO_ERROR, TOP_LAYER, TOP_MIDDLE_BOTTOM, via, and AVIA6::viamode.
Referenced by Parse().
|
private |
Definition at line 4493 of file altium_pcb.cpp.
References _, ALTIUM_BINARY_PARSER::GetRemainingBytes(), m_progressReporter, m_unicodeStrings, ALTIUM_BINARY_PARSER::ReadWideStringTable(), and THROW_IO_ERROR.
Referenced by Parse().
|
private |
Definition at line 1192 of file altium_pcb.cpp.
References _, LSET::AllBoardTechMask(), INPUT_LAYER_DESC::AutoMapLayer, B_CrtYd, B_Fab, BACKGROUND, BOTTOM_LAYER, CONNECTIONS, DRC_ERROR_MARKERS, F_CrtYd, F_Fab, GetKicadLayer(), IsLayerNameAssembly(), IsLayerNameCourtyard(), IsLayerNameTopSide(), ABOARD6_LAYER_STACKUP::layerId, m_board, m_layermap, m_layerMappingHandler, m_layerNames, m_reporter, MULTI_LAYER, INPUT_LAYER_DESC::Name, ABOARD6_LAYER_STACKUP::name, name, PAD_HOLES, INPUT_LAYER_DESC::PermittedLayers, INPUT_LAYER_DESC::Required, RPT_SEVERITY_WARNING, SELECTIONS, TOP_LAYER, UNDEFINED_LAYER, LSET::UserDefinedLayersMask(), LSET::UserMask(), VIA_HOLES, VISIBLE_GRID_1, and VISIBLE_GRID_2.
Referenced by ParseBoard6Data().
|
private |
Definition at line 279 of file altium_pcb.h.
Referenced by GetNetCode(), and ParseNets6Data().
|
private |
Definition at line 274 of file altium_pcb.h.
Referenced by ALTIUM_PCB(), ConvertArcs6ToBoardItem(), ConvertArcs6ToBoardItemOnLayer(), ConvertBarcodes6ToBoardItemOnLayer(), ConvertFills6ToBoardItemOnLayer(), ConvertPads6ToBoardItem(), ConvertPads6ToBoardItemOnNonCopper(), ConvertShapeBasedRegions6ToBoardItem(), ConvertShapeBasedRegions6ToBoardItemOnLayer(), ConvertTexts6ToBoardItemOnLayer(), ConvertTracks6ToBoardItem(), ConvertTracks6ToBoardItemOnLayer(), ConvertVias6ToFootprintItem(), GetKicadLayersToIterate(), HelperCreateBoardOutline(), HelperParseDimensions6Center(), HelperParseDimensions6Datum(), HelperParseDimensions6Leader(), HelperParseDimensions6Linear(), HelperParseDimensions6Radial(), HelperPcpShapeAsBoardKeepoutRegion(), Parse(), ParseBoard6Data(), ParseClasses6Data(), ParseComponents6Data(), ParseComponentsBodies6Data(), ParseFootprint(), ParseNets6Data(), ParsePolygons6Data(), ParseRules6Data(), ParseVias6Data(), and remapUnsureLayers().
|
private |
Definition at line 275 of file altium_pcb.h.
Referenced by HelperGetFootprint(), ParseComponents6Data(), and ParseComponentsBodies6Data().
|
private |
Definition at line 294 of file altium_pcb.h.
Referenced by ALTIUM_PCB(), and checkpoint().
|
private |
Definition at line 283 of file altium_pcb.h.
Referenced by ParseComponentsBodies6Data(), and ParseModelsData().
|
private |
Definition at line 286 of file altium_pcb.h.
Referenced by ConvertShapeBasedRegions6ToFootprintItemOnLayer(), HelperGetSolderAndPasteMaskExpansions(), ParseExtendedPrimitiveInformationData(), and ParseFootprint().
|
private |
for footprint library loading error reporting
Definition at line 299 of file altium_pcb.h.
Referenced by ALTIUM_PCB(), ConvertPads6ToFootprintItemOnCopper(), ConvertPads6ToFootprintItemOnNonCopper(), and ConvertShapeBasedRegions6ToFootprintItem().
|
private |
Altium stores pour order across all layers.
Definition at line 302 of file altium_pcb.h.
Referenced by ALTIUM_PCB(), Parse(), and ParsePolygons6Data().
|
private |
Definition at line 295 of file altium_pcb.h.
Referenced by ALTIUM_PCB(), and checkpoint().
|
private |
Definition at line 280 of file altium_pcb.h.
Referenced by GetKicadLayer(), HelperFillMechanicalLayerAssignments(), ParseBoard6Data(), and remapUnsureLayers().
|
private |
Definition at line 290 of file altium_pcb.h.
Referenced by ALTIUM_PCB(), and remapUnsureLayers().
|
private |
Definition at line 281 of file altium_pcb.h.
Referenced by remapUnsureLayers().
|
private |
for footprint library loading error reporting
Definition at line 298 of file altium_pcb.h.
Referenced by ALTIUM_PCB(), ConvertPads6ToFootprintItemOnCopper(), ConvertPads6ToFootprintItemOnNonCopper(), and ConvertShapeBasedRegions6ToFootprintItem().
|
private |
Definition at line 288 of file altium_pcb.h.
Referenced by Parse(), and ParsePolygons6Data().
|
private |
Definition at line 276 of file altium_pcb.h.
Referenced by ConvertArcs6ToBoardItem(), ConvertTracks6ToBoardItem(), Parse(), ParsePolygons6Data(), and ParseRegions6Data().
|
private |
optional; may be nullptr
Definition at line 292 of file altium_pcb.h.
Referenced by ALTIUM_PCB(), checkpoint(), ConvertComponentBody6ToFootprintItem(), Parse(), ParseArcs6Data(), ParseBoard6Data(), ParseBoardRegionsData(), ParseClasses6Data(), ParseComponents6Data(), ParseComponentsBodies6Data(), ParseDimensions6Data(), ParseExtendedPrimitiveInformationData(), ParseFills6Data(), ParseModelsData(), ParseNets6Data(), ParsePads6Data(), ParsePolygons6Data(), ParseRegions6Data(), ParseRules6Data(), ParseShapeBasedRegions6Data(), ParseTexts6Data(), ParseTracks6Data(), ParseVias6Data(), and ParseWideStrings6Data().
|
private |
Definition at line 277 of file altium_pcb.h.
Referenced by HelperParseDimensions6Radial(), and Parse().
|
private |
optional; may be nullptr
Definition at line 293 of file altium_pcb.h.
Referenced by ALTIUM_PCB(), ConvertComponentBody6ToFootprintItem(), ConvertPads6ToBoardItemOnNonCopper(), ConvertPads6ToFootprintItemOnCopper(), ConvertPads6ToFootprintItemOnNonCopper(), ConvertShapeBasedRegions6ToBoardItem(), ConvertShapeBasedRegions6ToFootprintItem(), ConvertTracks6ToBoardItem(), HelperParseDimensions6Center(), HelperParseDimensions6Datum(), HelperParseDimensions6Leader(), HelperParseDimensions6Linear(), HelperParseDimensions6Radial(), HelperParsePad6NonCopper(), HelperSetTextboxAlignmentAndPos(), Parse(), ParseClasses6Data(), ParseComponentsBodies6Data(), ParseDimensions6Data(), ParseFootprint(), ParseModelsData(), ParsePolygons6Data(), ParseVias6Data(), and remapUnsureLayers().
|
private |
Definition at line 284 of file altium_pcb.h.
Referenced by GetRule(), GetRuleDefault(), GetRuleForPolygon(), and ParseRules6Data().
|
private |
for progress reporting
Definition at line 296 of file altium_pcb.h.
Referenced by ALTIUM_PCB(), checkpoint(), and Parse().
|
private |
Definition at line 278 of file altium_pcb.h.
Referenced by ParseFootprint(), ParseTexts6Data(), and ParseWideStrings6Data().