AnyCAD Rapid API 2023
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
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 引用边、面上的点

成员函数说明

◆ 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 .