Constructor Shape
Shape(UnitType, string)
Instantiates Shape object from the given shape string.
Declaration
public Shape(Appli.UnitType sceneUnit, string shapeString = "")
Parameters
Type | Name | Description |
---|---|---|
Appli.UnitType | sceneUnit | Measurement unit of the scene which the shape string belongs to. |
string | shapeString | See Shape documentation for the description of the string format. |