mxcad API 文档 / MdGeLabel
Class: MdGeLabel
所有类的父类, 除去MdGeTopo以及MdGeBrep
Hierarchy
↳
MdGeLabel
Table of contents
Constructors
Properties
Methods
- AttributesModified
- Depth
- Father
- FindChild
- HasAttribute
- HasChild
- HasGreaterNode
- HasLowerNode
- Imported
- IsDescendant
- IsDifferent
- IsEqual
- IsImported
- IsNull
- IsRoot
- MayBeModified
- NbAttributes
- NbChildren
- NewChild
- Nullify
- Root
- Tag
- Transaction
- getImp
- initTempObject
Constructors
constructor
• new MdGeLabel(p?
)
Parameters
Name | Type |
---|---|
p? | object |
Overrides
Properties
imp
• Protected
imp: any
= 0
Inherited from
Methods
AttributesModified
▸ AttributesModified(): boolean
Returns
boolean
Depth
▸ Depth(): number
Returns
number
Father
▸ Father(): MdGeLabel
Returns
FindChild
▸ FindChild(aTag
, create
): MdGeLabel
Parameters
Name | Type |
---|---|
aTag | number |
create | boolean |
Returns
HasAttribute
▸ HasAttribute(): boolean
Returns
boolean
HasChild
▸ HasChild(): boolean
Returns
boolean
HasGreaterNode
▸ HasGreaterNode(otherLabel
): boolean
Parameters
Name | Type |
---|---|
otherLabel | MdGeLabel |
Returns
boolean
HasLowerNode
▸ HasLowerNode(otherLabel
): boolean
Parameters
Name | Type |
---|---|
otherLabel | MdGeLabel |
Returns
boolean
Imported
▸ Imported(aStatus
): void
Parameters
Name | Type |
---|---|
aStatus | boolean |
Returns
void
IsDescendant
▸ IsDescendant(aLabel
): boolean
Parameters
Name | Type |
---|---|
aLabel | MdGeLabel |
Returns
boolean
IsDifferent
▸ IsDifferent(aLabel
): boolean
Parameters
Name | Type |
---|---|
aLabel | MdGeLabel |
Returns
boolean
IsEqual
▸ IsEqual(aLabel
): boolean
Parameters
Name | Type |
---|---|
aLabel | MdGeLabel |
Returns
boolean
IsImported
▸ IsImported(): boolean
Returns
boolean
IsNull
▸ IsNull(): boolean
Returns
boolean
IsRoot
▸ IsRoot(): boolean
Returns
boolean
MayBeModified
▸ MayBeModified(): boolean
Returns
boolean
NbAttributes
▸ NbAttributes(): number
Returns
number
NbChildren
▸ NbChildren(): number
Returns
number
NewChild
▸ NewChild(): MdGeLabel
Returns
Nullify
▸ Nullify(): void
Returns
void
Root
▸ Root(): MdGeLabel
Returns
Tag
▸ Tag(): number
Returns
number
Transaction
▸ Transaction(): number
Returns
number
getImp
▸ getImp(): any
Returns
any
Inherited from
initTempObject
▸ Protected
initTempObject(imp
): void
Parameters
Name | Type |
---|---|
imp | any |
Returns
void