tune.
This commit is contained in:
@@ -17,6 +17,11 @@ namespace Sample.MachineTool
|
||||
/// <summary>
|
||||
/// Provides access to the PMC-B1 machine tool model.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// ## Source Code
|
||||
///
|
||||
/// [!code-csharp[SampleCode](~/../Hi.Sample/MachineTool/DemoBuildMachineTool.cs)]
|
||||
/// </remarks>
|
||||
public class DemoBuildMachineTool : IGetCodeXyzabcMachineTool
|
||||
{
|
||||
static DemoBuildMachineTool()
|
||||
|
||||
+7
-2
@@ -6,9 +6,14 @@ using Hi.Numerical.Xyzabc;
|
||||
namespace Sample.MachineTool
|
||||
{
|
||||
/// <summary>
|
||||
/// Demo generating empty machine tool instances for testing or development.
|
||||
/// Demo Build Machine Tool without gemetries setting.
|
||||
/// </summary>
|
||||
public static class DemoBuildEmptyMachineTool
|
||||
/// <remarks>
|
||||
/// ## Source Code
|
||||
///
|
||||
/// [!code-csharp[SampleCode](~/../Hi.Sample/MachineTool/DemoBuildMachineToolWithoutGeometrys.cs)]
|
||||
/// </remarks>
|
||||
public static class DemoBuildMachineToolWithoutGeometrys
|
||||
{
|
||||
/// <summary>
|
||||
/// Generates an empty machine tool with basic configuration.
|
||||
Reference in New Issue
Block a user