RhinoCommon API
TextureMappingTryGetMappingMesh Method |
Get custom mapping mesh from this texture mapping.
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.18
public bool TryGetMappingMesh( out Mesh mesh )
Public Function TryGetMappingMesh ( <OutAttribute> ByRef mesh As Mesh ) As Boolean
Parameters
- mesh
- Type: Rhino.GeometryMesh
[Missing <param name="mesh"/> documentation for "M:Rhino.Render.TextureMapping.TryGetMappingMesh(Rhino.Geometry.Mesh@)"]
Return Value
Type: BooleanTrue if custom mapping mesh was returned.