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

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