12 lines
339 B
C#
12 lines
339 B
C#
using CadParamPluging.Common;
|
|
|
|
namespace CadParamPluging.Cad
|
|
{
|
|
public sealed class BlockRawFreeForgeRoundHeadGenerator : TemplateDrawingGeneratorBase
|
|
{
|
|
public static readonly string Key = TemplateKeyBuilder.Build("毛料态", "自由锻", "方体", "有圆头");
|
|
|
|
public override string TemplateKey => Key;
|
|
}
|
|
}
|