AnyCAD Rapid API 2026
Help you to create a better world!
载入中...
搜索中...
未找到
AnyCAD.Manufacturing 命名空间参考

class  AnyCAD
 
class  AnyCADPINVOKE
 
class  MachiningWorkstage
 加工工序 更多...
 
class  ManufacturingInstance
 制造模块实例 更多...
 
class  TrajectoryElement
 由线段和圆弧组成的路径 更多...
 
class  TransitionWorkstage
 过度工序 更多...
 
class  WaypointElement
 带姿态的点 更多...
 
class  WorkstageElement
 工序基类 更多...
 

枚举

enum  EnumTrajectoryStyle { Curve , Surface }
 加工路径的显示样式 更多...
 
enum  EnumTrajectoryType { Machining , Transition }
 路径的类型 更多...
 
enum  EnumWaypointType { Point , Center , Joint }
 点的类型 更多...
 
enum  EnumWorkstageType {
  Unknown = 0 , MachiningPath = 1 , TransitionPath = 2 , MachiningPoint = 4 ,
  Wait = 8 , Notify = 16 , ChangeState = 32 , Action = 64 ,
  Task = MachiningPath|TransitionPath|MachiningPoint|ChangeState , Event = Wait|Notify|ChangeState|Action
}
 工序类型 更多...
 

枚举类型说明

◆ EnumTrajectoryStyle

加工路径的显示样式

Group: Simulate

枚举值
Curve 

显示为曲线

Surface 

显示为半透明面

◆ EnumTrajectoryType

路径的类型

Group: Simulate

枚举值
Machining 

加工路径

Transition 

过渡路径

◆ EnumWaypointType

点的类型

Group: Simulate

枚举值
Point 

端点

Center 

中心点

Joint 

链接到其他路径上的点

◆ EnumWorkstageType

工序类型

Group: Simulate

枚举值
MachiningPath 

加工路径

TransitionPath 

过渡路径

MachiningPoint 

加工点/部位/折弯/冲孔

Wait 

等待,程序之间

Notify 

通知,程序之间的通知

Action 

动作,通知指定的对象FeatureId执行动作Action