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

Public 成员函数

ClassId GetClassId ()
 
ObjectId GetTarget1 ()
 
boolean SetTarget1 (ObjectId val)
 
ObjectId GetTarget2 ()
 
boolean SetTarget2 (ObjectId val)
 
void Connect (ObjectId target1, ObjectId target2)
 
boolean UpdateTarget1 ()
 
boolean UpdateTarget2 ()
 
- 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 CoordinateConstraint Cast (AObject obj)
 
static CoordinateConstraint Create (Document pDoc)
 

详细描述

<>
CoodinateConstraint

成员函数说明

◆ Cast()

static CoordinateConstraint CoordinateConstraint.Cast ( AObject obj)
static

◆ Create()

static CoordinateConstraint CoordinateConstraint.Create ( Document pDoc)
static

◆ GetClassId()

ClassId CoordinateConstraint.GetClassId ( )

获取对象的类型信息

返回
类信息

重载 ConstraintElement .

◆ GetStaticClassId()

static ClassId CoordinateConstraint.GetStaticClassId ( )
static

获取类信息

返回

重载 ConstraintElement .