This is used for optional parameters of class Polyline2 with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_Polyline2. Usage:
More...
|
|
static implicit | operator _InOptConst_Polyline2 (Const_Polyline2 value) |
| |
|
static unsafe implicit | operator _InOptConst_Polyline2 (MR.Std.Const_Vector_MRVector2f contour) |
| | creates polyline from one contour (open or closed) Generated from constructor MR.Polyline2.Polyline2.
|
| |
|
static unsafe implicit | operator _InOptConst_Polyline2 (MR.Std.Const_Vector_StdVectorMRVector2f contours) |
| | creates polyline from several contours (each can be open or closed) Generated from constructor MR.Polyline2.Polyline2.
|
| |
This is used for optional parameters of class Polyline2 with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_Polyline2. Usage:
- Pass
null to use the default argument.
- Pass
new() to pass no object.
- Pass an instance of
Polyline2/Const_Polyline2 to pass it to the function.
The documentation for this class was generated from the following file: