MeshLib C# Docs
Loading...
Searching...
No Matches
MR._InOptConst_Polyline3 Class Reference

This is used for optional parameters of class Polyline3 with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_Polyline3. Usage: More...

Public Member Functions

 _InOptConst_Polyline3 (Const_Polyline3 value)
 

Static Public Member Functions

static implicit operator _InOptConst_Polyline3 (Const_Polyline3 value)
 
static unsafe implicit operator _InOptConst_Polyline3 (MR.Std.Const_Vector_MRVector3f contour)
 creates polyline from one contour (open or closed) Generated from constructor MR.Polyline3.Polyline3.
 
static unsafe implicit operator _InOptConst_Polyline3 (MR.Std.Const_Vector_StdVectorMRVector3f contours)
 creates polyline from several contours (each can be open or closed) Generated from constructor MR.Polyline3.Polyline3.
 

Public Attributes

Const_Polyline3Opt
 

Detailed Description

This is used for optional parameters of class Polyline3 with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_Polyline3. Usage:

  • Pass null to use the default argument.
  • Pass new() to pass no object.
  • Pass an instance of Polyline3/Const_Polyline3 to pass it to the function.

The documentation for this class was generated from the following file: