RenderContentConvertUnits Method |
Modify your content so that it is converted from meters into the units of the unit system.
No need to call the base class when you override this, and no need to recurse into children.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax public virtual void ConvertUnits(
UnitSystem from,
UnitSystem to
)
Public Overridable Sub ConvertUnits (
from As UnitSystem,
to As UnitSystem
)
Parameters
- from
- Type: RhinoUnitSystem
[Missing <param name="from"/> documentation for "M:Rhino.Render.RenderContent.ConvertUnits(Rhino.UnitSystem,Rhino.UnitSystem)"]
- to
- Type: RhinoUnitSystem
[Missing <param name="to"/> documentation for "M:Rhino.Render.RenderContent.ConvertUnits(Rhino.UnitSystem,Rhino.UnitSystem)"]
See Also