AnyCAD Rapid API 2024
Help you to create a better world!
|
Public 成员函数 | |
ClassId | GetClassId () |
ObjectId | GetPathHostId () |
boolean | SetPathHostId (ObjectId val) |
ObjectId | GetInPathId () |
boolean | SetInPathId (ObjectId val) |
ObjectId | GetOutPathId () |
boolean | SetOutPathId (ObjectId val) |
double | GetToolOffsetIn () |
boolean | SetToolOffsetIn (double val) |
double | GetToolOffsetOut () |
boolean | SetToolOffsetOut (double val) |
EnumWorkstageType | GetWorkstageType () |
AxPointElement | GetStartPoint () |
AxPointElement | GetEndPoint () |
Public 成员函数 继承自 Workstage | |
int | GetOrder () |
boolean | SetOrder (int val) |
ObjectId | GetPathId () |
boolean | SetPathId (ObjectId val) |
ObjectId | GetToolId () |
boolean | SetToolId (ObjectId val) |
Public 成员函数 继承自 EntityElement | |
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) |
void | SetVisible (boolean bVisible) |
boolean | GetVisible () |
void | SetProvisional (boolean enabled) |
boolean | GetProvisional () |
void | SetPickable (boolean bPickable) |
boolean | GetPickable () |
void | SetLocked (boolean locked) |
boolean | GetLocked () |
void | SetSectionable (boolean bSectionable) |
boolean | GetSectionable () |
void | SetBrowserable (boolean browserable) |
boolean | GetBrowserable () |
void | SetEditable (boolean editable) |
boolean | GetEditable () |
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 | 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) |
void | ListParameters (ParameterDict parameters) |
boolean | SetParameter (ParameterDict parameters, String key) |
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 () |
String | GetModifyCommand () |
Public 成员函数 继承自 AObject | |
boolean | IsEqual (AObject other) |
静态 Public 成员函数 | |
static ClassId | GetStaticClassId () |
static MachiningWorkstage | Cast (AObject obj) |
static MachiningWorkstage | Create (Document pDoc) |
static MachiningWorkstage | Create (Document pDoc, ObjectId toolId, PickedId featureId) |
<>
加工工序
|
static |
重载 Workstage .
|
static |
重载 Workstage .
|
static |
根据工具、加工特征创建工序
pDoc | 文档 |
toolId | 工具ID |
featureId | 加工特征 |
AxPointElement MachiningWorkstage.GetEndPoint | ( | ) |
获取工序终点
AxPointElement MachiningWorkstage.GetStartPoint | ( | ) |
获取工序起始点
EnumWorkstageType MachiningWorkstage.GetWorkstageType | ( | ) |
重载 Workstage .