|
AnyCAD Rapid API 2024
Help you to create a better world!
|
Public 成员函数 | |
| TagAnnotationModel (GeneralComponent component) | |
| void | Initialize (ParameterDict pDict) |
| ObjectId | Create (Document pDoc) |
| GPnt | GetTargetPoint () |
| GPnt | GetTargetPoint (GPnt val) |
| void | SetTargetPoint (GPnt val) |
| GPnt | GetLocation () |
| GPnt | GetLocation (GPnt val) |
| void | SetLocation (GPnt val) |
| GAx2 | GetCoordinate () |
| GAx2 | GetCoordinate (GAx2 val) |
| void | SetCoordinate (GAx2 val) |
| boolean | GetBillboard () |
| boolean | GetBillboard (boolean val) |
| void | SetBillboard (boolean val) |
Public 成员函数 继承自 AnnotationModel | |
| AnnotationModel (GeneralComponent component) | |
| String | GetText () |
| String | GetText (String val) |
| void | SetText (String val) |
| float | GetFontHeight () |
| float | GetFontHeight (float val) |
| void | SetFontHeight (float val) |
| float | GetExtensionBeyond () |
| float | GetExtensionBeyond (float val) |
| void | SetExtensionBeyond (float val) |
| float | GetExtensionOffset () |
| float | GetExtensionOffset (float val) |
| void | SetExtensionOffset (float val) |
| float | GetArrowLength () |
| float | GetArrowLength (float val) |
| void | SetArrowLength (float val) |
| EnumFontType | GetTextFontType () |
| EnumFontType | GetTextFontType (EnumFontType val) |
| void | SetTextFontType (EnumFontType val) |
| double | GetViewScale () |
Public 成员函数 继承自 PropertiesModel | |
| PropertiesModel (GeneralComponent component) | |
| void | InitializeComponent () |
| boolean | Load (Document pDoc, ObjectId id) |
| void | CopyFrom (ParameterDict dict) |
| void | CopyTo (ParameterDict dict) |
静态 Public 成员函数 | |
| static String | TargetPoint () |
| static String | Location () |
| static String | Coordinate () |
| static String | Billboard () |
静态 Public 成员函数 继承自 AnnotationModel | |
| static String | Text () |
| static String | FontHeight () |
| static String | ExtensionBeyond () |
| static String | ExtensionOffset () |
| static String | ArrowLength () |
| static String | TextFontType () |
静态 Public 成员函数 继承自 PropertiesModel | |
| static String | Name () |
<> 文字引线标注
| void TagAnnotationModel.Initialize | ( | ParameterDict | pDict | ) |