v4.0
operator
ジェネレータ オペレータの入力の表示/非表示を切り替えます。
HideGeneratorInputs( InputObjs ); |
' ' This example illustrates how to unhide the input text curve primitive ' that was used to create a given text mesh primitive. CreateMeshText "CurveListToPlanarMeshForText", siPersistentOperation HideGeneratorInputs "polymsh" Translate , 0.156033794054594, 5.27882055247203, -0.527882055247203, siRelative, siView, siObj, siXYZ ' Running this script should show two text objects in the 3d view: the curve and the mesh |