Exemplo n.º 1
0
 public ActionASTRASupportPinned(gPoint reference, vdLayout layout)
     : base(reference, layout)
 {
     ValueTypeProp |= valueType.DISTANCE;
     figure         = new ASTRASupportPinned();
     figure.SetUnRegisterDocument(layout.Document);
     figure.setDocumentDefaults();
     figure.Origin = reference;
 }
Exemplo n.º 2
0
        public override void MatchProperties(VectorDraw.Professional.vdObjects.vdPrimary _from, VectorDraw.Professional.vdObjects.vdDocument thisdocument)
        {
            base.MatchProperties(_from, thisdocument);
            ASTRASupportPinned from = _from as ASTRASupportPinned;

            if (from == null)
            {
                return;
            }
            Radius = from.Radius;
            LineRotAngleDifference = from.LineRotAngleDifference;
            Interval  = from.Interval;
            ShowLines = from.ShowLines;
        }