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: 9.0
Syntaxpublic virtual void ConvertUnits(
LengthUnit from,
LengthUnit to
)
Public Overridable Sub ConvertUnits (
from As LengthUnit,
to As LengthUnit
)
Parameters
- from
- Type: RhinoLengthUnit
[Missing <param name="from"/> documentation for "M:Rhino.Render.RenderContent.ConvertUnits(Rhino.LengthUnit,Rhino.LengthUnit)"]
- to
- Type: RhinoLengthUnit
[Missing <param name="to"/> documentation for "M:Rhino.Render.RenderContent.ConvertUnits(Rhino.LengthUnit,Rhino.LengthUnit)"]
See Also