Indicates what to do when texture coordinates in the S (horizontal) direction lie outside the range 0-1.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic SoSFEnum<SoTexture. WrapType> wrapS { get; }
Public ReadOnly Property wrapS As SoSFEnum(Of SoTexture.WrapType)
Get
public:
property SoSFEnum<SoTexture. WrapType>^ wrapS {
SoSFEnum<SoTexture. WrapType>^ get ();
}
member wrapS : SoSFEnum<SoTexture. WrapType> with get
Property Value
Type:
SoSFEnum<SoTexture.WrapType>
Remarks
See Also