读取或写入纹理在三维对象垂直换行的模式。

注释

下表列出了该属性的特性

短名称 VerticalWrapMode
数据类型 cenum.png
权限 读取/写入
可用于运行引擎
可用于实时操作系统
可在VI运行时设置
加载前面板至内存
使用前必须授权
加载程序框图至内存
允许远程访问
Clamp 0
Applies the texture image to the object with texture coordinates clamped to the range [0…1]. LabVIEW interprets any texture coordinates outside this range with clamped values. The texture does not repeat across the surface of the object.
Repeat 1
The texture repeats across the surface of the object when you pass texture coordinates outside the range [0…1]. LabVIEW only considers the fractional part of the texture coordinate. For example, LabVIEW interprets 0.4 and 3.4 as the same texture coordinate.