AnyCAD Rapid API 2024
Help you to create a better world!
|
Public 成员函数 | |
RadiusAnnotationModel (GeneralComponent component) | |
void | Initialize (ParameterDict pDict) |
ObjectId | Create (Document pDoc) |
GPnt | GetPosition () |
GPnt | GetPosition (GPnt val) |
void | SetPosition (GPnt val) |
GPnt | GetCenter () |
GPnt | GetCenter (GPnt val) |
void | SetCenter (GPnt val) |
double | GetValue () |
double | GetValue (double val) |
void | SetValue (double val) |
GAx2 | GetCoordinate () |
GAx2 | GetCoordinate (GAx2 val) |
void | SetCoordinate (GAx2 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 | Position () |
static String | Center () |
static String | Value () |
static String | Coordinate () |
静态 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 RadiusAnnotationModel.Initialize | ( | ParameterDict | pDict | ) |