This is used for optional parameters of class CylinderObject with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_CylinderObject. Usage:
More...
Public Member Functions | |
| _InOptConst_CylinderObject (Const_CylinderObject value) | |
Static Public Member Functions | |
| static implicit | operator _InOptConst_CylinderObject (Const_CylinderObject value) |
| static unsafe implicit | operator _InOptConst_CylinderObject (MR.Std.Const_Vector_MRVector3f pointsToApprox) |
Finds best Cylinder to approx given points Generated from constructor MR.CylinderObject.CylinderObject. | |
Public Attributes | |
| Const_CylinderObject? | Opt |
This is used for optional parameters of class CylinderObject with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_CylinderObject. Usage:
null to use the default argument.new() to pass no object.CylinderObject/Const_CylinderObject to pass it to the function.