public SpeckleCurve(SpecklePolyline poly, string applicationId = null, Dictionary <string, object> properties = null)
        {
            this.DisplayValue  = poly;
            this.ApplicationId = applicationId;
            this.Properties    = properties;

            SetHashes(this.DisplayValue.GeometryHash);
        }
示例#2
0
        public SpeckleCurve(SpecklePolyline poly, string applicationId = null, Dictionary <string, object> properties = null)
        {
            this.DisplayValue  = poly;
            this.ApplicationId = applicationId;
            this.Properties    = properties;

            GenerateHash();
        }