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

Public 成员函数

ClassId GetClassId ()
 
ImageTexture2D GetTexture ()
 
void SetTexture (ImageTexture2D val)
 
String GetDescription ()
 
boolean SetDescription (String val)
 
LineStyleComponentList GetComponents ()
 
boolean SetComponents (LineStyleComponentList val)
 
double GetLineTypeScale ()
 
boolean SetLineTypeScale (double val)
 
Vector3 GetColor ()
 
boolean SetColor (Vector3 val)
 
int GetLineWidth ()
 
boolean SetLineWidth (int val)
 
double GetLineWidthW ()
 
boolean SetLineWidthW (double val)
 
boolean GetDepthTest ()
 
boolean SetDepthTest (boolean val)
 
boolean GetDashEnabled ()
 
LinePatternMaterial GetMaterial ()
 
void SetMaterial (LinePatternMaterial val)
 
- Public 成员函数 继承自 StyleElement
boolean GetLocked ()
 
boolean SetLocked (boolean val)
 
ObjectId GetParentId ()
 
boolean SetParentId (ObjectId val)
 
double GetUserData ()
 
boolean SetUserData (double val)
 
boolean IsUsed ()
 
boolean UpdateStyle ()
 
- 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 LineStyleElement Cast (AObject obj)
 
static LineStyleElement Create (Document pDoc)
 

详细描述

<>
线型

成员函数说明

◆ Cast()

static LineStyleElement LineStyleElement.Cast ( AObject obj)
static

重载 StyleElement .

◆ Create()

static LineStyleElement LineStyleElement.Create ( Document pDoc)
static

重载 StyleElement .

◆ GetClassId()

ClassId LineStyleElement.GetClassId ( )

获取对象的类型信息

返回
类信息

重载 StyleElement .

◆ GetStaticClassId()

static ClassId LineStyleElement.GetStaticClassId ( )
static

获取类信息

返回

重载 StyleElement .