44 const wxString& aActualConversion )
47 wxString pourType, str, propValue;
48 int pourSpacing, thermalWidth;
50 lNode =
FindNode( aNode, wxT(
"netNameRef" ) );
54 lNode->GetAttribute( wxT(
"Name" ), &propValue );
55 propValue.Trim(
false );
56 propValue.Trim(
true );
61 if(
FindNode( aNode, wxT(
"width" ) ) )
67 if(
FindNode( aNode, wxT(
"pourSpacing" ) ) )
69 SetWidth(
FindNode( aNode, wxT(
"pourSpacing" ) )->GetNodeContent(), aDefaultUnits,
70 &pourSpacing, aActualConversion );
73 if(
FindNode( aNode, wxT(
"thermalWidth" ) ) )
75 SetWidth(
FindNode( aNode, wxT(
"thermalWidth" ) )->GetNodeContent(), aDefaultUnits,
76 &thermalWidth, aActualConversion );
79 if(
FindNode( aNode, wxT(
"island" ) ) )
82 lNode =
FindNode( aNode, wxT(
"pcbPoly" ) );
86 lNode =
FindNode( aNode, wxT(
"pourOutline" ) );