Method GetContourOutputs
GetContourOutputs(String)
指定した名前のタスクの輪郭情報リストを取得します。 形状抽出タスクのみで有効です。
Declaration
public IReadOnlyCollection<IContourOutput> GetContourOutputs(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | 名前 |
Returns
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyCollection<IContourOutput> | 輪郭出力リスト |