AnyCAD Rapid API 2023
Help you to create a better world!
|
Public 成员函数 | |
ClassId | GetClassId () |
double | GetParamU () |
boolean | SetParamU (double val) |
double | GetParamV () |
boolean | SetParamV (double val) |
GPnt | GetPoint () |
boolean | SetPoint (GPnt val) |
GDir | GetNormal () |
boolean | SetNormal (GDir val) |
Public 成员函数 继承自 ReferenceShape | |
ClassId | GetClassId () |
ObjectId | GetShapeId () |
boolean | SetShapeId (ObjectId val) |
EnumTopoShapeType | GetShapeType () |
boolean | SetShapeType (EnumTopoShapeType val) |
long | GetShapeIndex () |
boolean | SetShapeIndex (long val) |
TopoShape | GetShape () |
TopoShape | GetHostShape () |
ClassId | GetClassId () |
Public 成员函数 继承自 Element | |
ClassId | GetClassId () |
ObjectId | GetId () |
long | GetUserId () |
boolean | SetUserId (long val) |
String | GetName () |
boolean | SetName (String val) |
String | GetSchemaName () |
boolean | SetSchemaName (String val) |
long | GetUserFlags () |
void | SetUserFlags (long val) |
void | MakeUniqueName (String base) |
void | MakeUniqueName () |
void | RequestUpdate () |
void | ListParameters (ParameterDict parameters) |
boolean | SetParameter (ParameterDict parameters, String key) |
Public 成员函数 继承自 AObject | |
ClassId | GetClassId () |
boolean | IsEqual (AObject other) |
静态 Public 成员函数 | |
static ClassId | GetStaticClassId () |
static ReferencePoint | Cast (AObject obj) |
static ReferencePoint | Create (Document pDoc) |
静态 Public 成员函数 继承自 ReferenceShape | |
static ClassId | GetStaticClassId () |
static ReferenceShape | Cast (AObject obj) |
static ReferenceShape | Create (Document pDoc) |
static ReferenceShape | Create (Document pDoc, ObjectId shapeId, EnumTopoShapeType type, long idx, java.math.BigInteger tag) |
static ReferenceShape | Create (Document pDoc, ObjectId shapeId, EnumTopoShapeType type, long idx) |
static ReferenceShape | Create (Document pDoc, PickedItem item) |
static ClassId | GetStaticClassId () |
static ReferenceElement | Cast (AObject obj) |
static ReferenceElement | Create (Document pDoc) |
static ClassId | GetStaticClassId () |
static Element | Cast (AObject obj) |
static ClassId | GetStaticClassId () |
静态 Public 属性 | |
static final long | PID_UpdatePoint = AnyCADJNI.ReferencePoint_PID_UpdatePoint_get() |
<>
ReferencePoint 引用边、面上的点
|
static |
重载 ReferenceShape .
|
static |
重载 ReferenceShape .
ClassId ReferencePoint.GetClassId | ( | ) |
|
static |