References for TextureMapping


  • RhinoObject
    • TextureMapping GetTextureMapping(int channel, out Transform objectTransform)
    • TextureMapping GetTextureMapping(int channel)
  • File3dmObject
    • TextureMapping GetTextureMapping(int mappingChannelId, out Transform xform)
  • MeshTextureCoordinateList
    • bool SetTextureCoordinates(TextureMapping mapping)
  • Mesh
    • void SetCachedTextureCoordinates(TextureMapping tm, ref Transform xf)
    • void SetTextureCoordinates(TextureMapping tm, Transform xf, bool lazy, bool seamCheck)
    • void SetTextureCoordinates(TextureMapping tm, Transform xf, bool lazy)
  • MeshDisplacementInfo
    • TextureMapping Mapping
  • MappingChannel
    • TextureMapping Mapping
  • Decal
    • TextureMapping GetTextureMapping()
  • TextureMapping
    • TextureMapping CreateBoxMapping(Plane plane, Interval dx, Interval dy, Interval dz, bool capped)
    • TextureMapping CreateCustomMeshMapping(Mesh mesh)
    • TextureMapping CreateCylinderMapping(Cylinder cylinder, bool capped)
    • TextureMapping CreateOcsMapping(Plane plane)
    • TextureMapping CreatePlaneMapping(Plane plane, Interval dx, Interval dy, Interval dz, bool capped)
    • TextureMapping CreatePlaneMapping(Plane plane, Interval dx, Interval dy, Interval dz)
    • TextureMapping CreateSphereMapping(Sphere sphere)
    • TextureMapping CreateSurfaceParameterMapping()
  • RhinoDoc.TextureMappingEventArgs
    • TextureMapping NewMapping
    • TextureMapping OldMapping
Nothing found