AnyCAD Rapid API 2025
Help you to create a better world!
|
Public 成员函数 | |
ClassId | GetClassId () |
ObjectId | GetFeatureId () |
boolean | SetFeatureId (ObjectId val) |
double | GetStartTick () |
void | SetStartTick (double val) |
double | GetEndTick () |
void | SetEndTick (double val) |
EnumWorkstageType | GetWorkstageType () |
![]() | |
long | GetState () |
boolean | SetState (long val) |
ObjectId | GetParentId () |
boolean | SetParentId (ObjectId val) |
ObjectId | GetDbViewId () |
boolean | SetDbViewId (ObjectId val) |
ObjectId | GetMaterialId () |
boolean | SetMaterialId (ObjectId val) |
Vector3 | GetColor () |
boolean | SetColor (Vector3 val) |
ObjectId | GetLineStyleId () |
boolean | SetLineStyleId (ObjectId val) |
ObjectId | GetTextStyleId () |
boolean | SetTextStyleId (ObjectId val) |
short | GetLineWidth () |
boolean | SetLineWidth (short val) |
ObjectId | GetPartId () |
boolean | SetPartId (ObjectId val) |
ObjectId | GetPhysicalMaterialId () |
boolean | SetPhysicalMaterialId (ObjectId val) |
void | SetVisible (boolean bVisible) |
boolean | GetVisible () |
int | IsCheckable () |
void | SetEnabled (boolean enabled) |
boolean | GetEnabled () |
void | SetInfinitSize (boolean infinite) |
boolean | GetInfinitSize () |
void | SetProvisional (boolean enabled) |
boolean | GetProvisional () |
void | SetPreviewable (boolean enabled) |
boolean | GetPreviewable () |
void | SetPickable (boolean bPickable) |
boolean | GetPickable () |
void | SetLocked (boolean locked) |
boolean | GetLocked () |
void | SetEditable (boolean editable) |
boolean | GetEditable () |
boolean | IsEditable () |
void | SetSectionable (boolean bSectionable) |
boolean | GetSectionable () |
void | SetBrowserable (boolean browserable) |
boolean | GetBrowserable () |
void | SetInvisible () |
void | SetLODEnabled (boolean enabled) |
boolean | GetLODEnabled () |
void | SetShadowing (boolean enabled) |
boolean | GetShadowing () |
void | SetManaged (boolean enabled) |
boolean | GetManaged () |
void | SetDynamic (boolean enabled) |
boolean | GetDynamic () |
void | SetDraggable (boolean enabled) |
boolean | GetDraggable () |
void | SetShapeSharable (boolean enabled) |
boolean | GetShapeSharable () |
void | ClearColor () |
Component | GetComponent (String className) |
Component | FindComponent (String className, String name) |
void | CollectChildren (ReferenceCollector collector) |
void | CollectPickedId (PickedIdCollector collector) |
ObjectId | GetUsedMaterialId () |
ObjectId | GetUsedLineStyleId () |
ObjectId | GetUsedTextStyleId () |
boolean | Execute (String action, ParameterDict pParams) |
int | CloneComponents (EntityElement pEntity) |
![]() | |
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) |
String | GetCategory () |
boolean | SetCategory (String val) |
ObjectId | GetPrototypeId () |
boolean | SetPrototypeId (ObjectId val) |
int | GetOrderNumber () |
boolean | SetOrderNumber (int val) |
Document | GetDocument () |
void | SetNameW (String name) |
String | GetNameW () |
String | GetUIName () |
String | GetUINameW () |
String | GetToolTip (PickedItem item) |
String | GetToolTipW (PickedItem item) |
void | MakeUniqueName (String base) |
void | MakeUniqueNameW (String base) |
void | MakeUniqueNameByBase (String base) |
void | MakeUniqueAliasName (String base, boolean continuous) |
void | MakeUniqueAliasName (String base) |
void | MakeUniqueAliasNameW (String base, boolean continuous) |
void | MakeUniqueAliasNameW (String base) |
void | MakeUniqueName () |
void | MakeUniqueNameByConfig () |
void | MakeUniqueAliasNameByConfig (boolean continuous) |
void | MakeUniqueAliasNameByConfig () |
void | RequestUpdate (long propId) |
void | ListParameters (ParameterDict parameters) |
boolean | SetParameter (ParameterDict parameters, String key) |
String | GetModifyCommand () |
Element | GetPrototype () |
![]() | |
boolean | IsEqual (AObject other) |
静态 Public 成员函数 | |
static ClassId | GetStaticClassId () |
static WorkstageElement | Cast (AObject obj) |
static WorkstageElement | Create (Document pDoc) |
额外继承的成员函数 | |
![]() | |
static final long | PID_UpdateBrowerItem = AnyCADJNI.Element_PID_UpdateBrowerItem_get() |
static final long | PID_UpdateBrowerLayout = AnyCADJNI.Element_PID_UpdateBrowerLayout_get() |
<> 工序基类
|
static |
重载 EntityElement .
|
static |
重载 EntityElement .
ClassId WorkstageElement.GetClassId | ( | ) |
|
static |