v8.0 (2010)
入力コンポーネントに関連付けられているユーザ法線を削除します。
RemoveUserNormals( [InputObjs], [BleedSelection] ); |
パラメータ | タイプ | 説明 |
---|---|---|
InputObjs | 文字列 |
コンポーネントのリスト。 デフォルト値:現在選択されているコンポーネント |
BleedSelection | Boolean |
エッジ/ポリゴンの選択範囲を拡張し、隣接する頂点が含まれるようにする場合は、True です。 デフォルト値: 指定されていない場合は、ユーザ法線調整ツールの設定が使用されます。 |
' Create a sphere, set polygon user normals and then remove the user normals CreatePrim "Sphere", "MeshSurface" CreateUserNormals , False RemoveUserNormals , False |