Description:

Get a cylindrical projection parameters from this texture mapping.

Syntax:
public Boolean TryGetMappingCylinder(
out Cylinder cylinder,
out Boolean capped
)
Parameters:
  • capped
  • Type: System.Boolean
  • will be True if capped
Returns:
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.
Available since:
6.7

Description:

Get a cylindrical projection parameters from this texture mapping.

Syntax:
public Boolean TryGetMappingCylinder(
out Cylinder cylinder
)
Returns:
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.
Available since:
5.10

/
/
/
TryGetMappingCylinder

TryGetMappingCylinder method

Class:  Rhino.Render.TextureMapping

Nothing found