|
TriangulatorIsClosed Property |
Gets a boolean that specifies if the specified points define a close path.
This property can be used only then Triangulator is created by providing a single list of point and not multiple polygons.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public bool IsClosed { get; }
Property Value
BooleanSee Also