v1.0
モデリングの描画
ユーザが選択した位置に、インプリシット プリミティブを作成します。
DrawImplicitPrimitiveTool( PresetObj, [Name], [Parent] ); |
パラメータ | タイプ | 詳細 |
---|---|---|
PresetObj | 文字列 またはプリセット オブジェクト(「SIGetPreset」を参照) | プリミティブ プリセットの名前。 サポートされているプリセット名のリストについては、「インプリシット プリミティブ」および「ジオメトリ プリミティブ」を参照してください。 |
Name | 文字列 | 新規プリミティブの基本名 |
Parent | 文字列 | 既存のオブジェクトの名前。新しいプリミティブの親として使用されます。 |
'This example shows how to use the interactive command DrawImplicitTool newscene 'Activate...Click and create implicit cones under the scene root... DrawImplicitPrimitiveTool "Cone" |
'This example shows how to use the interactive command DrawImplicitTool newscene 'Activate...Click and create implicit cones under the scene root... DrawImplicitPrimitiveTool "Cone", "sphere" |