Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
IfcSurfaceTexture::getRepeatT Method
Syntax
C++
OdDAI::Boolean getRepeatT() const;

Returns the value of RepeatT attribute. RepeatT is the field that specifies how the texture wraps in the T direction. If RepeatT is TRUE (the default), the texture map is repeated outside the [0.0, 1.0] texture coordinate range in the T direction so that it fills the shape. If RepeatT is FALSE, the texture coordinates are clamped in the T direction to lie within the [0.0, 1.0] range.

Returns the value of RepeatT attribute.

Copyright © 2002-2022. Open Design Alliance All rights reserved.