RhinoCommon API
TextureMappingTryGetMappingCylinder Method (Cylinder, Boolean) |
Get a cylindrical projection parameters from this texture mapping.
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)

public bool TryGetMappingCylinder( out Cylinder cylinder, out bool capped )
Public Function TryGetMappingCylinder ( <OutAttribute> ByRef cylinder As Cylinder, <OutAttribute> ByRef capped As Boolean ) As Boolean
Parameters
- cylinder
- Type: Rhino.GeometryCylinder
[Missing <param name="cylinder"/> documentation for "M:Rhino.Render.TextureMapping.TryGetMappingCylinder(Rhino.Geometry.Cylinder@,System.Boolean@)"]
- capped
- Type: SystemBoolean
will be true if capped
Return Value
Type: BooleanReturns true if a valid cylinder is returned.

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.

Rhino for Windows
Supported in: 6.14