Click or drag to resize
SoTexturewrapS Property

Indicates what to do when texture coordinates in the S (horizontal) direction lie outside the range 0-1.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFEnum<SoTextureWrapType> wrapS { get; }

Property Value

Type: SoSFEnumSoTextureWrapType
Remarks

Use enum OIV.Inventor.Nodes.SoTexture.WrapType. Default is REPEAT.

See Also