@nathanletwory I’m using Mesh.WithDisplacement Method to compute a mesh with a MeshDisplacementInformation object but I didn’t find a way to create a TextureMapping Class with a Mapping of type OcsMapping.
There are only 7 static methods but none creates one of type OcsMapping.
- TextureMapping CreateBoxMapping Method
- TextureMapping.CreateCustomMeshMapping Method
- https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Render_TextureMapping_CreateCylinderMapping.htm
- https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Render_TextureMapping_CreatePlaneMapping.htm
- https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Render_TextureMapping_CreatePlaneMapping_1.htm
- https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Render_TextureMapping_CreateSphereMapping.htm
- https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Render_TextureMapping_CreateSurfaceParameterMapping.htm
Is there any way to create a TextureMapping with a MappingType of OcsMapping?
Regards!