明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 3132|回复: 5

c#中创建自己的实体?

[复制链接]
发表于 2004-5-7 18:25:00 | 显示全部楼层 |阅读模式
能在c#中创建自己的实体?怎么创建?
 楼主| 发表于 2004-5-7 18:29:00 | 显示全部楼层
下面代码在编译时提示:重载“Entity”方法未获取“0”参数
出现错误。 public class ytsEntity : Autodesk.AutoCAD.DatabaseServices.Entity
{
public ytsEntity()
{
//
// TODO: 在此处添加构造函数逻辑
//
}

public override bool WorldDraw(WorldDraw wd)
{
// TODO: 添加 ytsEntity.WorldDraw 实现 return base.WorldDraw (wd);
}

public override void Explode(DBObjectCollection entitySet)
{
// TODO: 添加 ytsEntity.Explode 实现
base.Explode (entitySet);
}

public override void List()
{
// TODO: 添加 ytsEntity.List 实现
base.List ();
}

public override void Unhighlight(FullSubentityPath subId, bool highlightAll)
{
// TODO: 添加 ytsEntity.Unhighlight 实现
base.Unhighlight (subId, highlightAll);
}

public override int SetAttributes(DrawableTraits traits)
{
// TODO: 添加 ytsEntity.SetAttributes 实现 return base.SetAttributes (traits);
}
}
发表于 2004-5-7 18:48:00 | 显示全部楼层
本帖最后由 作者 于 2004-5-7 19:42:55 编辑

Autodesk.AutoCAD.DatabaseServices.Entity类没有Public的New方法


期待下一版本
发表于 2010-12-24 11:39:22 | 显示全部楼层
本帖最后由 lzh741206 于 2010-12-24 13:20 编辑

看我的帖子 http://bbs.mjtd.com/thread-84748-1-1.html
发表于 2010-12-27 22:25:59 | 显示全部楼层
目前的版本似乎不支持……
发表于 2011-1-3 10:58:07 | 显示全部楼层
现在无法用C#实现自定义实体
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-25 22:58 , Processed in 0.172541 second(s), 25 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表