Skip to content

mxcad_2d API 文档 / 2d / McDbDiametricDimension

Class: McDbDiametricDimension

2d.McDbDiametricDimension

表示直径标注实体,用于标注圆弧或圆的直径。

Description

McDbDiametricDimension 提供直径尺寸标注能力,通过 chordPoint 和 farChordPoint 定义直径两端点,并支持引线长度与角度参数。 它可以生成横穿圆心的直径尺寸标注,适用于圆、圆弧及其他圆形曲线的直径标注。 使用方法:

  1. 创建 McDbDiametricDimension 实例并设置 chordPoint、farChordPoint 和 leaderLength。
  2. 调用 compute(),传入目标实体和拾取点。
  3. 将标注对象添加到当前绘图上下文进行显示。

Example

ts
// 绘制直径标注尺寸
import { MxCpp, MxCADResbuf, DxfCode, MxCADUiPrEntity, McDbRadialDimension, MxCADUiPrPoint } from "mxcad";

   async function _DrawDiametricDimension() {
       const mxcad = MxCpp.getCurrentMxCAD()
       const getEnt = new MxCADUiPrEntity();
       getEnt.setFilter(new MxCADResbuf([DxfCode.kEntityType, "ARC,CIRCLE"]));
       getEnt.setMessage(t("选择圆弧或者圆"))
       const entId = await getEnt.go()
       if (entId.isNull()) return;
       const ent = entId.getMcDbEntity();
       if(!ent) return;

       let pick_pt = getEnt.pickPoint();

       let dim = new McDbDiametricDimension();
       dim.dimensionStyle = mxcad.database.getCurrentlyDimStyleId();
       dim.compute(ent,pick_pt);

       let getPoint = new MxCADUiPrPoint();
       getPoint.setUserDraw((currentPoint,pWorldDraw)=>{
           dim.compute(ent,currentPoint);
           pWorldDraw.drawMcDbEntity(dim,true);
       });
       if(!await getPoint.go() ) return;
       mxcad.drawEntity(dim);
   }

Hierarchy

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new McDbDiametricDimension(imp?)

构造函数

Parameters

NameTypeDescription
imp?any内部实现对象

Overrides

McDbDimension.constructor

Properties

imp

imp: any = 0

内部实现对象。

Inherited from

McDbDimension.imp

Accessors

chordPoint

get chordPoint(): McGePoint3d

返回在被标注的曲线上的第一个点

Returns

McGePoint3d

set chordPoint(pt): void

Parameters

NameType
ptMcGePoint3d

Returns

void


colorIndex

get colorIndex(): number

得到对象颜色索引

Returns

number

Inherited from

McDbDimension.colorIndex

set colorIndex(val): void

设置对象颜色索引

Parameters

NameTypeDescription
valnumber颜色索引(ColorIndexType)

Returns

void

Inherited from

McDbDimension.colorIndex


dimensionStyle

get dimensionStyle(): McObjectId

设置标注样式id

Returns

McObjectId

Inherited from

McDbDimension.dimensionStyle

set dimensionStyle(val): void

Parameters

NameType
valMcObjectId

Returns

void

Inherited from

McDbDimension.dimensionStyle


dimensionText

get dimensionText(): string

获取或设置标注文本

Returns

string

Inherited from

McDbDimension.dimensionText

set dimensionText(val): void

Parameters

NameType
valstring

Returns

void

Inherited from

McDbDimension.dimensionText


drawOrder

get drawOrder(): number

对象的显示顺序

Returns

number

Inherited from

McDbDimension.drawOrder

set drawOrder(order): void

对象的显示顺序

Parameters

NameTypeDescription
ordernumber顺序值

Returns

void

Example

ts
import { MxCpp, MxCADSelectionSet } from "mxcad";

let ss = new MxCADSelectionSet();
if (!await ss.userSelect("\n选择对象")) return;
//得到当前图上对象的最大,小最显示顺序.
let minmaxOrder = MxCpp.getCurrentDatabase().currentSpace.getMinMaxDrawOrder();
// 把对象放到最上面。
let lOrder = minmaxOrder.maxDrawOrder + 1;
ss.forEach((id) => {
  let ent = id.getMcDbEntity();
  if (ent) {
    ent.drawOrder = lOrder;
  }
})

Inherited from

McDbDimension.drawOrder


dxf0

get dxf0(): string

得到对象的DXF组码的类型名,这个和AutoCAD中的DXF组码是一样。 比如直线的类型名为:McDbLine,DXF0组码值: LINE,DXF0组码值可以用来构造集时的类型过滤。

Returns

string

Inherited from

McDbDimension.dxf0


elevation

get elevation(): number

获取或设置高度

Returns

number

Inherited from

McDbDimension.elevation

set elevation(val): void

Parameters

NameType
valnumber

Returns

void

Inherited from

McDbDimension.elevation


extArcEndAngle

get extArcEndAngle(): number

标注圆弧的结束角

Returns

number

set extArcEndAngle(val): void

标注圆弧的结束角

Parameters

NameType
valnumber

Returns

void


extArcStartAngle

get extArcStartAngle(): number

标注圆弧的开始角

Returns

number

set extArcStartAngle(val): void

标注圆弧的开始角

Parameters

NameType
valnumber

Returns

void


farChordPoint

get farChordPoint(): McGePoint3d

返回在被标注的曲线上的第二个点,这个点与chordPoint直径相对

Returns

McGePoint3d

set farChordPoint(pt): void

Parameters

NameType
ptMcGePoint3d

Returns

void


horizontalRotation

get horizontalRotation(): number

获取或设置水平旋转角度

Returns

number

水平旋转角度

Inherited from

McDbDimension.horizontalRotation

set horizontalRotation(val): void

Parameters

NameType
valnumber

Returns

void

Inherited from

McDbDimension.horizontalRotation


layer

get layer(): string

得到对象图层名

Returns

string

Inherited from

McDbDimension.layer

set layer(val): void

设置对象图层名

Parameters

NameTypeDescription
valstring图层名

Returns

void

Inherited from

McDbDimension.layer


layerId

get layerId(): McObjectId

获取图层ID对象

Returns

McObjectId

Inherited from

McDbDimension.layerId

set layerId(id): void

设置图层Id对象

Parameters

NameType
idMcObjectId

Returns

void

Inherited from

McDbDimension.layerId


leaderLength

get leaderLength(): number

标注引线长度

Returns

number

标注引线长度

set leaderLength(val): void

设置标注引线长度

Parameters

NameTypeDescription
valnumber标注引线长度

Returns

void


linetype

get linetype(): string

得到对象线型名

Returns

string

Inherited from

McDbDimension.linetype

set linetype(val): void

设置对象线型名

Parameters

NameTypeDescription
valstring线型名

Returns

void

Inherited from

McDbDimension.linetype


linetypeId

get linetypeId(): McObjectId

获取实体对象线型ID

Returns

McObjectId

Inherited from

McDbDimension.linetypeId

set linetypeId(id): void

设置实体对象线型ID

Parameters

NameType
idMcObjectId

Returns

void

Inherited from

McDbDimension.linetypeId


linetypeScale

get linetypeScale(): number

得到对象线型比例

Returns

number

Inherited from

McDbDimension.linetypeScale

set linetypeScale(val): void

设置对象线型比例

Parameters

NameTypeDescription
valnumber线型比例

Returns

void

Inherited from

McDbDimension.linetypeScale


lineweight

get lineweight(): number

得到对象线重

Returns

number

Inherited from

McDbDimension.lineweight

set lineweight(val): void

设置对象线重

Parameters

NameTypeDescription
valnumber线重

Returns

void

Inherited from

McDbDimension.lineweight


normal

get normal(): McGeVector3d

返回对象的normal

Returns

McGeVector3d

Inherited from

McDbDimension.normal

set normal(val): void

设置对象的normal

Parameters

NameType
valMcGeVector3d

Returns

void

Inherited from

McDbDimension.normal


objectName

get objectName(): string

获取对象名称。

Returns

string

返回对象名

Inherited from

McDbDimension.objectName


textAttachment

get textAttachment(): AttachmentPoint

获取或设置文本附着点

Returns

AttachmentPoint

文本附着点

Inherited from

McDbDimension.textAttachment

set textAttachment(val): void

Parameters

NameType
valAttachmentPoint

Returns

void

Inherited from

McDbDimension.textAttachment


textPosition

get textPosition(): McGePoint3d

获取文本位置

Returns

McGePoint3d

文本位置

Inherited from

McDbDimension.textPosition

set textPosition(pt): void

设置文本位置

Parameters

NameTypeDescription
ptMcGePoint3d文本位置

Returns

void

Inherited from

McDbDimension.textPosition


textRotation

get textRotation(): number

获取或设置文本旋转角度

Returns

number

Inherited from

McDbDimension.textRotation

set textRotation(val): void

Parameters

NameType
valnumber

Returns

void

Inherited from

McDbDimension.textRotation


textStyle

get textStyle(): string

得到对象文字样式

Returns

string

Inherited from

McDbDimension.textStyle

set textStyle(val): void

设置对象文字样式

Parameters

NameTypeDescription
valstring文字样式名

Returns

void

Inherited from

McDbDimension.textStyle


textStyleId

get textStyleId(): McObjectId

获取实体文字样式

Returns

McObjectId

Inherited from

McDbDimension.textStyleId

set textStyleId(id): void

设置实体的文字样式

Parameters

NameType
idMcObjectId

Returns

void

Example

ts
import { MxCADUiPrEntity, McDbEntity } from "mxcad";

let selEntity = new MxCADUiPrEntity();
selEntity.setMessage("选择对象");
let id = await selEntity.go();
if (!id.isValid()) return;
let ent:McDbEntity = id.getMcDbEntity();
if (ent === null) return;
const mxcad = MxCpp.getCurrentMxCAD();
const textStyleId = mxcad.addTextStyle("MyLineTypeTextStyle", "txt.shx", "hztxt.shx", 1);
ent.textStyleId = textStyleId;

Inherited from

McDbDimension.textStyleId


thickness

get thickness(): number

得到对象厚度

Returns

number

Inherited from

McDbDimension.thickness

set thickness(val): void

设置对象厚度

Parameters

NameType
valnumber

Returns

void

Inherited from

McDbDimension.thickness


trueColor

get trueColor(): McCmColor

得到对象颜色

Returns

McCmColor

Inherited from

McDbDimension.trueColor

set trueColor(val): void

设置对象颜色

Parameters

NameType
valMcCmColor

Returns

void

Inherited from

McDbDimension.trueColor


visible

get visible(): boolean

对象是否可见

Returns

boolean

Inherited from

McDbDimension.visible

set visible(val): void

设置是否可见

Parameters

NameTypeDescription
valboolean布尔值

Returns

void

Inherited from

McDbDimension.visible

Methods

GetAllText

GetAllText(): McGeStringArray

得到标注对象中的所有文字内容

Returns

McGeStringArray

McGeStringArray 字符串数组

Inherited from

McDbDimension.GetAllText


IntersectWith

IntersectWith(intersectObject, exOption): McGePoint3dArray

与其他实体相交, 得到交点

Parameters

NameTypeDescription
intersectObjectMcDbEntity需要相交的是实体对象
exOptionIntersect相交的选项

Returns

McGePoint3dArray

得到所有交点

Example

ts
import { McDbLine, McDb } from 'mxcad'
const line1 = new McDbLine(new McGePoint3d(0,0,0), new McGePoint3d(20,1,0));
const line2 = new McDbLine(new McGePoint3d(10,10,0), new McGePoint3d(11,1,0));
const ptArr = line1.IntersectWith(line2, McDb.Intersect.kExtendBoth)

Inherited from

McDbDimension.IntersectWith


assertObjectModification

assertObjectModification(autoUndo?): number

设置对象被改变的状态,可自动触发更新显示函数,更新显示。 比如块表记录更新了,需要通知块引用更新显示,可以调用该函数。

Parameters

NameTypeDefault valueDescription
autoUndobooleanfalse这次修改是否要自动支持撤销,默认为false

Returns

number

Inherited from

McDbDimension.assertObjectModification


clone

clone(): null | McDbObject

克隆对象。

Returns

null | McDbObject

克隆出的对象。

Inherited from

McDbDimension.clone


compute

compute(ent, pickPoint): boolean

依据被标注的对象,和标注点,计算标注参数。

Parameters

NameType
entMcDbEntity
pickPointMcGePoint3d

Returns

boolean


createExtensionDictionary

createExtensionDictionary(): boolean

创建对象的扩展字典数据.

Returns

boolean

Inherited from

McDbDimension.createExtensionDictionary


deleteXData

deleteXData(appName): boolean

删除实体指定应用程序名称相关的数据

Parameters

NameTypeDescription
appNamestring扩展数据名称

Returns

boolean

Example

ts
import { MxCADUiPrEntity, McDbEntity } from "mxcad";

let selEntity = new MxCADUiPrEntity();
selEntity.setMessage("选择对象");
let id = await selEntity.go();
if (!id.isValid()) return;
let ent:McDbEntity = id.getMcDbEntity();
if (ent === null) return;
const res = ent.deleteXData("DataName");
if(res){
  //删除成功
}else
  //删除失败
}

Inherited from

McDbDimension.deleteXData


disableDisplay

disableDisplay(isDisable): void

禁用对象的自动更新显示.

Parameters

NameTypeDescription
isDisableboolean是否禁用对象自动更新显示

Returns

void

Inherited from

McDbDimension.disableDisplay


erase

erase(): boolean

删除对象。

Returns

boolean

是否删除成功。

Inherited from

McDbDimension.erase


explode

explode(): MxCADResbuf

打碎对象,返回打后对象数据链表

Returns

MxCADResbuf

resbuf 数据

Example

ts
import { McDbEntity, MxCADResbuf } from "mxcad";
// 获取目标对象
let getEnt = new MxCADUiPrEntity();
getEnt.setMessage("选择打碎对象:");
let id = await getEnt.go();
let ent:McDbEntity = id.getMcDbEntity();
if (ent === null) return;
// 打碎对象
      let retExplode: MxCADResbuf = ent.explode();
      if (retExplode.GetCount() == 0) return;
      let iExplodeConut = retExplode.GetCount();
      for (let j = 0; j < iExplodeConut; j++) {
          let tmpobj = retExplode.AtObject(j).val;
          if(tmpobj instanceof McDbEntity ){
              mxcad.drawEntity(tmpobj);
          }
      }

Inherited from

McDbDimension.explode


getAllAppName

getAllAppName(): McGeStringArray

获取实体中包含的所有 XData 记录的应用程序名(AppName)

Returns

McGeStringArray

Inherited from

McDbDimension.getAllAppName


getArea

getArea(): Object

计算面积

Returns

Object

val 面积值 | ret 是否获取成功

NameType
retboolean
valnumber

Example

ts
import { McGePoint3d, McDbCircle } from "mxcad"

const circle = new McDbCircle(0,0,0, 20);
const area = circle.getArea();
console.log("圆面积:", area)

Inherited from

McDbDimension.getArea


getBoundingBox

getBoundingBox(): Object

得到对象的最小外包

Returns

Object

NameType
maxPtMcGePoint3d
minPtMcGePoint3d
retboolean

Inherited from

McDbDimension.getBoundingBox


getDatabase

getDatabase(): McDbDatabase

得到对象所在的数据库

Returns

McDbDatabase

返回数据库

Inherited from

McDbDimension.getDatabase


getDatabaseIndexId

getDatabaseIndexId(): number

获取对象的索引ID

Returns

number

Inherited from

McDbDimension.getDatabaseIndexId


getDimVarDouble

getDimVarDouble(iType): number

获取标注变量浮点数值

Parameters

NameTypeDescription
iTypenumber标注变量类型

Returns

number

标注变量浮点数值

Inherited from

McDbDimension.getDimVarDouble


getDimVarInt

getDimVarInt(iType): number

获取标注变量整数值

Parameters

NameTypeDescription
iTypenumber标注变量类型

Returns

number

标注变量整数值

Inherited from

McDbDimension.getDimVarInt


getDimVarObjectId

getDimVarObjectId(iType): McObjectId

获取标注变量对象 ID

Parameters

NameTypeDescription
iTypenumber标注变量类型

Returns

McObjectId

标注变量对象 ID

Inherited from

McDbDimension.getDimVarObjectId


getDimVarString

getDimVarString(iType): string

获取标注变量字符串值

Parameters

NameTypeDescription
iTypenumber标注变量类型

Returns

string

标注变量字符串值

Inherited from

McDbDimension.getDimVarString


getExtensionDictionary

getExtensionDictionary(): McDbDictionary

得到对象的扩展字典数据.

Returns

McDbDictionary

扩展字典数据

Inherited from

McDbDimension.getExtensionDictionary


getGripEditBasePointsIndex

getGripEditBasePointsIndex(): number[]

获取对象的夹点对应的编辑基点索引。

Returns

number[]

Inherited from

McDbDimension.getGripEditBasePointsIndex


getGripPoints

getGripPoints(): McGePoint3dArray

获取对象的夹点数组

Returns

McGePoint3dArray

Inherited from

McDbDimension.getGripPoints


getHandle

getHandle(): string

得到对象句柄

Returns

string

返回对象句柄

Inherited from

McDbDimension.getHandle


getImp

getImp(): any

获取内部实现对象。

Returns

any

内部实现对象。

Inherited from

McDbDimension.getImp


getJson

getJson(): string

获取 JSON 格式的字符串。

Returns

string

JSON 格式的字符串。

Inherited from

McDbDimension.getJson


getObjectID

getObjectID(): McObjectId

获取对象 ID。

Returns

McObjectId

对象 ID。

Inherited from

McDbDimension.getObjectID


getOwnerID

getOwnerID(): number

得到对象拥用者的id

Returns

number

Inherited from

McDbDimension.getOwnerID


getxData

getxData(appName?): MxCADResbuf

得到对象的扩展数据

Parameters

NameTypeDefault valueDescription
appNamestring""扩展数据名

Returns

MxCADResbuf

Inherited from

McDbDimension.getxData


getxDataDouble

getxDataDouble(appName): Object

获取实体的指定 XData 类型中的 double 值

Parameters

NameTypeDescription
appNamestring扩展数据名称

Returns

Object

double 值

NameType
retboolean
valnumber

Inherited from

McDbDimension.getxDataDouble


getxDataLong

getxDataLong(appName): Object

获取实体的指定 XData 类型中的 long(整数)值

Parameters

NameTypeDescription
appNamestring扩展数据名称

Returns

Object

long 值

NameType
retboolean
valnumber

Inherited from

McDbDimension.getxDataLong


getxDataPoint

getxDataPoint(appName): Object

获取实体的指定 XData 类型中的点对象

Parameters

NameTypeDescription
appNamestring扩展数据名称

Returns

Object

获取结果及三维点对象

NameType
retboolean
valMcGePoint3d

Inherited from

McDbDimension.getxDataPoint


getxDataString

getxDataString(appName): Object

获取与特定实体关联的 XData 信息,并以字符串形式返回

Parameters

NameTypeDescription
appNamestring扩展数据名称

Returns

Object

val XData信息 | ret 是否返回成功

NameType
retboolean
valstring

Inherited from

McDbDimension.getxDataString


highlight

highlight(isHighlight): void

设置对象是否高亮

Parameters

NameTypeDescription
isHighlightboolean是否高亮

Returns

void

Inherited from

McDbDimension.highlight


initTempObject

initTempObject(imp): void

初始化临时对象。

Parameters

NameTypeDescription
impany内部实现对象。

Returns

void

Inherited from

McDbDimension.initTempObject


isErased

isErased(): boolean

对象是否已经删除

Returns

boolean

Inherited from

McDbDimension.isErased


isHaveExtensionDictionary

isHaveExtensionDictionary(): boolean

是否有扩展字典数据.

Returns

boolean

Inherited from

McDbDimension.isHaveExtensionDictionary


isKindOf

isKindOf(sObjectName): boolean

判断对象类型

Parameters

NameTypeDescription
sObjectNamestring类型名

Returns

boolean

返回对象是否是目标类型

Inherited from

McDbDimension.isKindOf


isNull

isNull(): any

判断是否为空对象

Returns

any

Inherited from

McDbDimension.isNull


isUsingDefaultTextPosition

isUsingDefaultTextPosition(): boolean

是否使用默认文本位置

Returns

boolean

是否使用默认文本位置

Inherited from

McDbDimension.isUsingDefaultTextPosition


mirror

mirror(point1, point2): boolean

镜向对象

Parameters

NameTypeDescription
point1McGePoint3d镜像基点
point2McGePoint3d-

Returns

boolean

Inherited from

McDbDimension.mirror


move

move(fromPoint, toPoint): boolean

移动对象

Parameters

NameTypeDescription
fromPointMcGePoint3d移动开始点
toPointMcGePoint3d移动结束点

Returns

boolean

Inherited from

McDbDimension.move


moveGripPointsAt

moveGripPointsAt(iIndex, dXOffset, dYOffset, dZOffset): any

移动对象的夹点

Parameters

NameTypeDescription
iIndexnumber索引
dXOffsetnumberX轴偏移量
dYOffsetnumberY轴偏移量
dZOffsetnumberZ轴偏移量

Returns

any

Inherited from

McDbDimension.moveGripPointsAt


needToUpdateDimBlock

needToUpdateDimBlock(need): void

需要更新标注块

Parameters

NameType
needboolean

Returns

void

Inherited from

McDbDimension.needToUpdateDimBlock


recomputeDimBlock

recomputeDimBlock(forceUpdate?, onlyCloneDimBlockRecord?): void

重新计算标注块

Parameters

NameTypeDefault value
forceUpdatebooleantrue
onlyCloneDimBlockRecordbooleanfalse

Returns

void

Inherited from

McDbDimension.recomputeDimBlock


rotate

rotate(basePoint, dRotationAngle): boolean

旋转对象

Parameters

NameTypeDescription
basePointMcGePoint3d旋转基点
dRotationAnglenumber旋转角度

Returns

boolean

Inherited from

McDbDimension.rotate


scaleEntity

scaleEntity(basePoint, dScaleFactor): boolean

缩放对象

Parameters

NameTypeDescription
basePointMcGePoint3d缩放基点
dScaleFactornumber缩放因子(<1 缩小; >1 放大)

Returns

boolean

Inherited from

McDbDimension.scaleEntity


setDimVarDouble

setDimVarDouble(iType, val): void

设置标注变量浮点数值

Parameters

NameTypeDescription
iTypenumber标注变量类型
valnumber标注变量浮点数值

Returns

void

Inherited from

McDbDimension.setDimVarDouble


setDimVarInt

setDimVarInt(iType, val): void

设置标注变量整数值

Parameters

NameTypeDescription
iTypenumber标注变量类型
valnumber标注变量整数值

Returns

void

Inherited from

McDbDimension.setDimVarInt


setDimVarObjectId

setDimVarObjectId(iType, val): void

设置标注变量对象 ID

Parameters

NameTypeDescription
iTypenumber标注变量类型
valMcObjectId标注变量对象 ID

Returns

void

Inherited from

McDbDimension.setDimVarObjectId


setDimVarString

setDimVarString(iType, val): void

设置标注变量字符串值

Parameters

NameTypeDescription
iTypenumber标注变量类型
valstring标注变量字符串值

Returns

void

Inherited from

McDbDimension.setDimVarString


setJson

setJson(str): boolean

设置 JSON 格式的字符串。

Parameters

NameTypeDescription
strstringJSON 格式的字符串。

Returns

boolean

是否设置成功。

Inherited from

McDbDimension.setJson


setxData

setxData(xdata): boolean

设置对象的扩展数据

Parameters

NameTypeDescription
xdataMxCADResbuf扩展数据链表

Returns

boolean

Example

ts
import { MxCADUiPrEntity, McDbEntity } from "mxcad";

//设置扩展数据
let selEntity = new MxCADUiPrEntity();
selEntity.setMessage("选择对象");
let id = await selEntity.go();
if (!id.isValid()) return;
let ent:McDbEntity = id.getMcDbEntity();
if (ent === null) return;
ent.setxData(new MxCADResbuf([{type:DxfCode.kExDataName,val:"DataName"},{type:DxfCode.kString,val:"yyyyy"}]));

Inherited from

McDbDimension.setxData


setxDataDouble

setxDataDouble(appName, val): boolean

设置实体的指定 XData 类型中的 double 值

Parameters

NameTypeDescription
appNamestring扩展数据名称
valnumberdouble 值

Returns

boolean

布尔值

Example

ts
import { MxCADUiPrEntity, McDbEntity } from "mxcad";
let selEntity = new MxCADUiPrEntity();
selEntity.setMessage("选择对象");
let id = await selEntity.go();
if (!id.isValid()) return;
let ent:McDbEntity = id.getMcDbEntity();
if (ent === null) return;
const res = ent.setxDataDouble("DataName", 0);
if(res){
  //设置成功
}else{
  //设置失败
}

Inherited from

McDbDimension.setxDataDouble


setxDataLong

setxDataLong(appName, val): boolean

设置实体的指定 XData 类型中的 long(整数)值

Parameters

NameTypeDescription
appNamestring扩展数据名称
valnumberlong 值

Returns

boolean

long 值

Example

ts
import { MxCADUiPrEntity, McDbEntity } from "mxcad";

let selEntity = new MxCADUiPrEntity();
selEntity.setMessage("选择对象");
let id = await selEntity.go();
if (!id.isValid()) return;
let ent:McDbEntity = id.getMcDbEntity();
if (ent === null) return;
const res = ent.setxDataLong("DataName", 123456);
if(res){
  //设置成功
}else{
  //设置失败
}

Inherited from

McDbDimension.setxDataLong


setxDataPoint

setxDataPoint(appName, val): boolean

设置实体的指定 XData 类型中的点对象

Parameters

NameTypeDescription
appNamestring扩展数据名称
valMcGePoint3d点对象

Returns

boolean

获取结果及三维点对象

Inherited from

McDbDimension.setxDataPoint


setxDataString

setxDataString(appName, val): boolean

设置与特定实体关联的 XData 信息,并以字符串形式设置

Parameters

NameTypeDescription
appNamestring扩展数据名称
valstring字符串值

Returns

boolean

是否设置成功

Inherited from

McDbDimension.setxDataString


syncData

syncData(_toCpp?): boolean

同步实体的数据。这个方法可能是在修改了实体的属性或者附加了新的数据之后调用的,以确保所有的改变都被正确地保存到实体的数据库记录中。

Parameters

NameTypeDefault valueDescription
_toCppbooleantrue是否同步数据

Returns

boolean

Inherited from

McDbDimension.syncData


transformBy

transformBy(transformationMatrix): boolean

变换对象

Parameters

NameTypeDescription
transformationMatrixMcGeMatrix3d变换矩阵

Returns

boolean

Inherited from

McDbDimension.transformBy


unErase

unErase(): boolean

反删除对象。

Returns

boolean

Inherited from

McDbDimension.unErase


updateDisplay

updateDisplay(): void

显示调用对象更新显示.

Returns

void

Inherited from

McDbDimension.updateDisplay


useDefaultTextPosition

useDefaultTextPosition(): void

使用默认文本位

Returns

void

Inherited from

McDbDimension.useDefaultTextPosition


useSetTextPosition

useSetTextPosition(): void

使用设置的文本位置

Returns

void

Inherited from

McDbDimension.useSetTextPosition