v4.0
operator
ジェネレータ オペレータの入力を選択します。
SelectGeneratorInputs( InputObjs ); |
' ' This example illustrates how to select the input text curve primitive ' that was used to create a given text mesh primitive. CreateMeshText "CurveListToPlanarMeshForText", siPersistentOperation SelectGeneratorInputs "polymsh" logMessage "selection = " & GetValue("SelectionList")(0) ' Running this script should log the following: ' --------------------------------------------- 'INFO : selection = text |