This is used for optional parameters of class MeshOrPointsObject with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_MeshOrPointsObject. Usage:
More...
Public Member Functions | |
| _InOptConst_MeshOrPointsObject (Const_MeshOrPointsObject value) | |
Static Public Member Functions | |
| static implicit | operator _InOptConst_MeshOrPointsObject (Const_MeshOrPointsObject value) |
| static unsafe implicit | operator _InOptConst_MeshOrPointsObject (MR._ByValueShared_VisualObject vo) |
construct, automatically detecting the object type (ObjectMesh or ObjectPoint) if set an another type, will be reset Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject. | |
| static unsafe implicit | operator _InOptConst_MeshOrPointsObject (MR._ByValueShared_ObjectMesh om) |
Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject. | |
| static unsafe implicit | operator _InOptConst_MeshOrPointsObject (MR._ByValueShared_ObjectPoints op) |
Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject. | |
Public Attributes | |
| Const_MeshOrPointsObject? | Opt |
This is used for optional parameters of class MeshOrPointsObject with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_MeshOrPointsObject. Usage:
null to use the default argument.new() to pass no object.MeshOrPointsObject/Const_MeshOrPointsObject to pass it to the function.