Interface IStaticOperations
Manages creation of static operations.
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 8, 0, 0)]
public interface IStaticOperations
Methods
| Name | Description |
|---|---|
| AddPoint(ElementExId, PathPoint) | Adds one point to the tool path. |
| AddPointRange(ElementExId, List<PathPoint>) | Adds a point list to the tool path |
| Create(ref ElementExId) | Creates a static operation in a document. |
| IsStaticOperation(ElementExId) | Tells whether an operation is a Static operation. |
| New(DocumentId, SmartText, ElementId, ElementId, ElementId, MotionType) | Allocates a new Static Operation. |
| SetStartingCuttingConditions(ElementExId, SmartReal, SmartReal) | Sets the starting cutting conditions. |