mxcad API 文档 / MdGeAngleDim
Class: MdGeAngleDim
表示角度标注
Hierarchy
↳
MdGeAngleDim
Table of contents
Constructors
Properties
Methods
- AcceptDisplayMode
- CenterPoint
- DimensionAspect
- Display
- FirstPoint
- FirstShape
- GetArrowsVisibility
- GetDisplayUnits
- GetFlyout
- GetGeometryType
- GetModelUnits
- GetPlane
- GetTextPosition
- GetType
- GetValue
- IsTextPositionCustom
- IsValid
- KindOfDimension
- SecondPoint
- SecondShape
- SelToleranceForText2d
- SetArrowsVisibility
- SetComputedValue
- SetCustomPlane
- SetCustomValue
- SetDimensionAspect
- SetDisplayUnits
- SetFlyout
- SetMeasuredGeometry
- SetModelUnits
- SetSelToleranceForText2d
- SetTextPosition
- SetType
- ThirdShape
- UnsetCustomPlane
- UnsetFixedTextPosition
- getImp
- initTempObject
Constructors
constructor
• new MdGeAngleDim(p1?
, p2?
, p3?
)
Parameters
Name | Type |
---|---|
p1? | object | MdGePoint | MdGeEdge |
p2? | MdGePoint | MdGeEdge |
p3? | MdGePoint |
Overrides
Properties
imp
• Protected
imp: any
= 0
Inherited from
Methods
AcceptDisplayMode
▸ AcceptDisplayMode(theMode
): boolean
Parameters
Name | Type |
---|---|
theMode | number |
Returns
boolean
CenterPoint
▸ CenterPoint(): MdGePoint
Returns
DimensionAspect
▸ DimensionAspect(): MdGeDimAspect
Returns
Display
▸ Display(): void
Returns
void
FirstPoint
▸ FirstPoint(): MdGePoint
Returns
FirstShape
▸ FirstShape(): MdGeShape
Returns
GetArrowsVisibility
▸ GetArrowsVisibility(): MxTypeOfAngleArrowVisibility
Returns
GetDisplayUnits
▸ GetDisplayUnits(): string
Returns
string
GetFlyout
▸ GetFlyout(): number
Returns
number
GetGeometryType
▸ GetGeometryType(): number
Returns
number
GetModelUnits
▸ GetModelUnits(): string
Returns
string
GetPlane
▸ GetPlane(): MdGePlane
Returns
GetTextPosition
▸ GetTextPosition(): MdGePoint
Returns
GetType
▸ GetType(): MxTypeOfAngle
Returns
GetValue
▸ GetValue(): number
Returns
number
IsTextPositionCustom
▸ IsTextPositionCustom(): boolean
Returns
boolean
IsValid
▸ IsValid(): boolean
Returns
boolean
KindOfDimension
▸ KindOfDimension(): MxKindOfDimension
Returns
SecondPoint
▸ SecondPoint(): MdGePoint
Returns
SecondShape
▸ SecondShape(): MdGeShape
Returns
SelToleranceForText2d
▸ SelToleranceForText2d(): number
Returns
number
SetArrowsVisibility
▸ SetArrowsVisibility(theType
): void
Parameters
Name | Type |
---|---|
theType | MxTypeOfAngleArrowVisibility |
Returns
void
SetComputedValue
▸ SetComputedValue(): void
Returns
void
SetCustomPlane
▸ SetCustomPlane(thePlane
): void
Parameters
Name | Type |
---|---|
thePlane | MdGePlane |
Returns
void
SetCustomValue
▸ SetCustomValue(theValue
): void
Parameters
Name | Type |
---|---|
theValue | number |
Returns
void
SetDimensionAspect
▸ SetDimensionAspect(theDimensionAspect
): void
Parameters
Name | Type |
---|---|
theDimensionAspect | MdGeDimAspect |
Returns
void
SetDisplayUnits
▸ SetDisplayUnits(theUnits
): void
Parameters
Name | Type |
---|---|
theUnits | string |
Returns
void
SetFlyout
▸ SetFlyout(theFlyout
): void
Parameters
Name | Type |
---|---|
theFlyout | number |
Returns
void
SetMeasuredGeometry
▸ SetMeasuredGeometry(p1
, p2?
, p3?
): void
Parameters
Name | Type |
---|---|
p1 | MdGePoint | MdGeEdge | MdGeFace |
p2? | MdGePoint | MdGeEdge |
p3? | MdGePoint |
Returns
void
SetModelUnits
▸ SetModelUnits(theUnits
): void
Parameters
Name | Type |
---|---|
theUnits | string |
Returns
void
SetSelToleranceForText2d
▸ SetSelToleranceForText2d(theTol
): void
Parameters
Name | Type |
---|---|
theTol | number |
Returns
void
SetTextPosition
▸ SetTextPosition(theTextPos
): void
Parameters
Name | Type |
---|---|
theTextPos | MdGePoint |
Returns
void
SetType
▸ SetType(theType
): void
Parameters
Name | Type |
---|---|
theType | MxTypeOfAngle |
Returns
void
ThirdShape
▸ ThirdShape(): MdGeShape
Returns
UnsetCustomPlane
▸ UnsetCustomPlane(): void
Returns
void
UnsetFixedTextPosition
▸ UnsetFixedTextPosition(): void
Returns
void
getImp
▸ getImp(): any
Returns
any
Inherited from
initTempObject
▸ Protected
initTempObject(imp
): void
Parameters
Name | Type |
---|---|
imp | any |
Returns
void