Click or drag to resize

McpTool717GenerateConveyorPath Method

[Missing <summary> documentation for "M:Demo3D.Mcp.McpTool717.GenerateConveyorPath(System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Boolean)"]


Namespace: Demo3D.Mcp
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public string GenerateConveyorPath(
	List<string> sourceVisualNames,
	List<string> sinkVisualNames,
	bool dynamic
)

Parameters

sourceVisualNames  ListString

[Missing <param name="sourceVisualNames"/> documentation for "M:Demo3D.Mcp.McpTool717.GenerateConveyorPath(System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Boolean)"]

sinkVisualNames  ListString

[Missing <param name="sinkVisualNames"/> documentation for "M:Demo3D.Mcp.McpTool717.GenerateConveyorPath(System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Boolean)"]

dynamic  Boolean

[Missing <param name="dynamic"/> documentation for "M:Demo3D.Mcp.McpTool717.GenerateConveyorPath(System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Boolean)"]

Return Value

String

[Missing <returns> documentation for "M:Demo3D.Mcp.McpTool717.GenerateConveyorPath(System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Boolean)"]

See Also