Click or drag to resize

TextureWcsProjected Property

Is true if this texture uses world coordinate system (WCS) projection for texture mapping. Notice: If this texture is used by an object that has an object coordinate system (OCS) frame defined on a mapping channel then that OCS frame is used instead of the WCS.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.3
Syntax
public bool WcsProjected { get; }

Property Value

Type: Boolean
See Also