Skip to content

TextureMapping.TryGetMappingCylinder (Cylinder.)

Public Class

Get a cylindrical projection parameters from this texture mapping.

Namespace: Rhino.Render

Assembly: RhinoCommon (in RhinoCommon.dll)

**Since:**5.10

Syntax

public bool TryGetMappingCylinder(
out Cylinder cylinder
)

Parameters

cylinder

Type: Rhino.Geometry.Cylinder.

Return Value

Type:Boolean
Returns true if a valid cylinder is returned.

Remarks

Generally, GetMappingCylinder will not return the same parameters passed to SetCylinderMapping. However, the location of the cylinder will be the same. If this mapping is not cylindrical, the cylinder will approximate the actual mapping primitive.