This is used for optional parameters of class UnorientedTriangle with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_UnorientedTriangle. Usage:
More...
Public Member Functions | |
| _InOptConst_UnorientedTriangle (Const_UnorientedTriangle value) | |
Static Public Member Functions | |
| static implicit | operator _InOptConst_UnorientedTriangle (Const_UnorientedTriangle value) |
Public Attributes | |
| Const_UnorientedTriangle? | Opt |
This is used for optional parameters of class UnorientedTriangle with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_UnorientedTriangle. Usage:
null to use the default argument.new() to pass no object.UnorientedTriangle/Const_UnorientedTriangle to pass it to the function.