AnyCAD Rapid API 2026
Help you to create a better world!
载入中...
搜索中...
未找到
AnyCAD.Drawing.DbSpline类 参考

样条曲线实体 更多...

类 AnyCAD.Drawing.DbSpline 继承关系图:
AnyCAD.Drawing.DbEntity AnyCAD.Drawing.DbObject

Public 成员函数

 DbSpline (global::System.IntPtr cPtr, bool cMemoryOwn)
 仅供内部使用
 
DbSpline clone (DbObject obj, DbDatabase db)
 
- Public 成员函数 继承自 AnyCAD.Drawing.DbEntity
 DbEntity (global::System.IntPtr cPtr, bool cMemoryOwn)
 仅供内部使用
 
- Public 成员函数 继承自 AnyCAD.Drawing.DbObject
 DbObject (global::System.IntPtr cPtr, bool cMemoryOwn)
 仅供内部使用
 
void Dispose ()
 
virtual string getObjectName ()
 获取对象名称
 
virtual EnumDbObjectType getObjectType ()
 获取对象类型枚举
 
virtual string getSubclassMarker ()
 获取子类标记
 
virtual bool hasDynamicSubclass ()
 是否有动态子类
 
string toString ()
 转换为字符串格式
 
DbXData getXData ()
 获取扩展数据
 
virtual bool copy (DbObject obj)
 复制对象
 

静态 Public 成员函数

static DbSpline Cast (DbObject obj)
 
static DbSpline create (DbDatabase db, ObjectId handle)
 
static DbSpline create (DbDatabase db)
 
static DbSpline create (DbBlockTableRecord block)
 

属性

DbXYZList ControlPoints [get, set]
 控制点列表
 
double ControlPointTolerance [get, set]
 控制点容差
 
int Degree [get, set]
 多项式次数(1-10,默认3)
 
DbXYZ EndTangent [get, set]
 结束切线向量
 
DbXYZList FitPoints [get, set]
 拟合点列表
 
double FitTolerance [get, set]
 拟合资差
 
int Flags [get, set]
 样条标志
 
int Flags1 [get, set]
 样条标志1
 
bool IsClosed [get, set]
 是否闭合
 
int KnotParametrization [get, set]
 节点参数化类型
 
double KnotTolerance [get, set]
 节点容差
 
DoubleList Knots [get, set]
 节点值列表
 
DbXYZ StartTangent [get, set]
 开始切线向量
 
DoubleList Weights [get, set]
 权重列表(如果有权重)
 
- 属性 继承自 AnyCAD.Drawing.DbEntity
string LayerName [get, set]
 图层名称
 
ObjectId LayerHandle [get, set]
 图层对象ID
 
string LineTypeName [get, set]
 线型名称
 
ObjectId LineTypeHandle [get, set]
 线型对象ID
 
DbColor EntityColor [get, set]
 颜色(统一处理索引颜色和真彩色)
 
string BookColorName [get, set]
 颜色名称
 
EnumLineWeightType LineWeight [get, set]
 线宽
 
double LineTypeScale [get, set]
 线型比例
 
bool IsInvisible [get, set]
 是否可见
 
DbTransparency TransparencyValue [get, set]
 透明度
 
ObjectId MaterialHandle [get, set]
 材质对象ID
 
double Thickness [get, set]
 厚度
 
DbXYZ Normal [get, set]
 法向量
 
- 属性 继承自 AnyCAD.Drawing.DbObject
DbDatabase Document [get, set]
 所属文档
 
ObjectId Handle [get, set]
 对象ID
 
DbObject Owner [get, set]
 所有者对象指针
 

详细描述

样条曲线实体