AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
ReferencePoint类 参考
类 ReferencePoint 继承关系图:
ReferenceShape ReferenceElement Element AObject

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
ObjectId GetShapeId ()
 
boolean SetShapeId (ObjectId val)
 
EnumTopoShapeType GetShapeType ()
 
boolean SetShapeType (EnumTopoShapeType val)
 
long GetShapeIndex ()
 
boolean SetShapeIndex (long val)
 
TopoShape GetShape ()
 
TopoShape GetHostShape ()
 
- Public 成员函数 继承自 Element
long GetUserId ()
 
boolean SetUserId (long val)
 
String GetName ()
 
boolean SetName (String val)
 
String GetSchemaName ()
 
boolean SetSchemaName (String val)
 
long GetUserFlags ()
 
void SetUserFlags (long val)
 
ObjectId GetId ()
 
String GetAliasName ()
 
boolean SetAliasName (String val)
 
ObjectId GetSourceId ()
 
boolean SetSourceId (ObjectId val)
 
String GetCategory ()
 
boolean SetCategory (String val)
 
Document GetDocument ()
 
void MakeUniqueName (String base)
 
void MakeUniqueNameByBase (String base)
 
void MakeUniqueName ()
 
void MakeUniqueNameByConfig ()
 
void RequestUpdate (EnumUpdateElementFlag mode)
 
void RequestUpdate ()
 
void ListParameters (ParameterDict parameters)
 
boolean SetParameter (ParameterDict parameters, String key)
 
String GetModifyCommand ()
 
- Public 成员函数 继承自 AObject
boolean IsEqual (AObject other)
 

静态 Public 成员函数

static ClassId GetStaticClassId ()
 
static ReferencePoint Cast (AObject obj)
 
static ReferencePoint Create (Document pDoc)
 
- 静态 Public 成员函数 继承自 ReferenceShape
static ReferenceShape Create (Document pDoc, PickedId id, EnumTopoShapeType type, long idx)
 
static ReferenceShape Create (Document pDoc, PickedItem item)
 

静态 Public 属性

static final long PID_UpdatePoint = AnyCADJNI.ReferencePoint_PID_UpdatePoint_get()
 

详细描述

<>
引用边、面上的点

成员函数说明

◆ Cast()

static ReferencePoint ReferencePoint.Cast ( AObject obj)
static

重载 ReferenceShape .

◆ Create()

static ReferencePoint ReferencePoint.Create ( Document pDoc)
static

重载 ReferenceShape .

◆ GetClassId()

ClassId ReferencePoint.GetClassId ( )

获取对象的类型信息

返回
类信息

重载 ReferenceShape .

◆ GetStaticClassId()

static ClassId ReferencePoint.GetStaticClassId ( )
static

获取类信息

返回

重载 ReferenceShape .