修复bug
This commit is contained in:
@@ -84,7 +84,7 @@ namespace RookieStation.Drawing.ExecuteCmds
|
|||||||
var instance = g2.ElementAt(0);
|
var instance = g2.ElementAt(0);
|
||||||
//var wattage = instance.Symbol.get_Parameter(BuiltInParameter.FBX_LIGHT_WATTAGE).AsValueString();
|
//var wattage = instance.Symbol.get_Parameter(BuiltInParameter.FBX_LIGHT_WATTAGE).AsValueString();
|
||||||
var mark = instance.Symbol.get_Parameter(BuiltInParameter.WINDOW_TYPE_ID).AsString();
|
var mark = instance.Symbol.get_Parameter(BuiltInParameter.WINDOW_TYPE_ID).AsString();
|
||||||
var annotation = instance.Symbol.get_Parameter(BuiltInParameter.ALL_MODEL_TYPE_COMMENTS).AsString();
|
var annotation = instance.Symbol.get_Parameter(BuiltInParameter.ALL_MODEL_MODEL).AsString();
|
||||||
var comment = annotation == null ? $"{instance.Symbol.FamilyName}" : $"{instance.Symbol.FamilyName},{annotation}";
|
var comment = annotation == null ? $"{instance.Symbol.FamilyName}" : $"{instance.Symbol.FamilyName},{annotation}";
|
||||||
|
|
||||||
var planeLegendTypes = from type in lightAnnotationSymboltypes
|
var planeLegendTypes = from type in lightAnnotationSymboltypes
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ namespace RookieStation.Drawing.ExecuteCmds
|
|||||||
TextNote.Create(doc, newLegend.Id, XYZ.BasisX * (tableCellWidth * 1.5) + y, "数量", opts);
|
TextNote.Create(doc, newLegend.Id, XYZ.BasisX * (tableCellWidth * 1.5) + y, "数量", opts);
|
||||||
TextNote.Create(doc, newLegend.Id, XYZ.BasisX * (tableCellWidth * 2.5) + y, "总延米", opts);
|
TextNote.Create(doc, newLegend.Id, XYZ.BasisX * (tableCellWidth * 2.5) + y, "总延米", opts);
|
||||||
TextNote.Create(doc, newLegend.Id, XYZ.BasisX * (tableCellWidth * 3.5) + y, "总承载单量", opts);
|
TextNote.Create(doc, newLegend.Id, XYZ.BasisX * (tableCellWidth * 3.5) + y, "总承载单量", opts);
|
||||||
TextNote.Create(doc, newLegend.Id, XYZ.BasisX * (tableCellWidth * 4.5) + y, "设计单量", opts);
|
TextNote.Create(doc, newLegend.Id, XYZ.BasisX * (tableCellWidth * 4.5) + y, "日均单量", opts);
|
||||||
TextNote.Create(doc, newLegend.Id, XYZ.BasisX * (tableCellWidth * 5.5) + y, "场地面积", opts);
|
TextNote.Create(doc, newLegend.Id, XYZ.BasisX * (tableCellWidth * 5.5) + y, "场地面积", opts);
|
||||||
for (int i = 0; i < statistics.Count(); i++)
|
for (int i = 0; i < statistics.Count(); i++)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -104,7 +104,7 @@
|
|||||||
Grid.Column="0"
|
Grid.Column="0"
|
||||||
HorizontalAlignment="Right"
|
HorizontalAlignment="Right"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
Text="设计单量:" />
|
Text="日均单量:" />
|
||||||
<TextBox
|
<TextBox
|
||||||
x:Name="tbOrders"
|
x:Name="tbOrders"
|
||||||
Grid.Row="4"
|
Grid.Row="4"
|
||||||
|
|||||||
BIN
RookieStation/RsLibrary/FamilyLibrary/货架/货架端牌.0001.rfa
Normal file
BIN
RookieStation/RsLibrary/FamilyLibrary/货架/货架端牌.0001.rfa
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user