v4.0
operator
ジェネレータ オペレータの入力を削除します。
DeleteGeneratorInputs( InputObjs ); |
' ' This example illustrates how to delete the input text curve primitive ' that was used to create a given text mesh primitive ' (with the side-effect of the curves-to-mesh operator being frozen). CreateMeshText "CurveListToPlanarMeshForText", siPersistentOperation DeleteGeneratorInputs "polymsh" SelectObj "text" ' Running this script should log an error as the "text" object no longer exists 'ERROR : "2001-SELE-SelectObj - Argument 0 is invalid - [line 3]" |