示例#1
0
文件: NodeDS.cs 项目: zjloscar/Dynamo
        // public static abstract NodeDS ByNode();

        protected void Copy(NodeDS node)
        {
            CreateFromPoint(node.BasePoint);

            Fixity = node.Fixity;

            BasePoint = node.BasePoint;

            Index = node.Index;
        }
示例#2
0
文件: NodeDS.cs 项目: RobertiF/Dynamo
       // public static abstract NodeDS ByNode();

        protected void Copy(NodeDS node)
        {
            CreateFromPoint(node.BasePoint);

            Fixity = node.Fixity;

            BasePoint = node.BasePoint;

            Index = node.Index;
        }