Constructor Segment
Segment(Point, Point)
Constructs a segment from given segment points
Declaration
public Segment(Scene.Selection_.Outline.Point a, Scene.Selection_.Outline.Point b)
Parameters
Type | Name | Description |
---|---|---|
Scene.Selection_.Outline.Point | a | |
Scene.Selection_.Outline.Point | b |
Segment(string)
Constructs a segment from given segment string.
Declaration
public Segment(string segmentString)
Parameters
Type | Name | Description |
---|---|---|
string | segmentString | This string is a part of
the outline string format. Currently it defines segment
in |