Interface ICamSketch
Gives access to Cam sketches.
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
public interface ICamSketch
Methods
ExecuteDeferredSketch(ElementId)
Gets the deferred sketches
Declaration
void ExecuteDeferredSketch(ElementId inElementId)
Parameters
Type | Name | Description |
---|---|---|
ElementId | inElementId | NC Document. |
GetDeferredSketches(DocumentId)
Gets the deferred sketches
Declaration
List<ElementId> GetDeferredSketches(DocumentId inDocumentId)
Parameters
Type | Name | Description |
---|---|---|
DocumentId | inDocumentId | NC Document. |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<ElementId> | List of sketch deferred operations. |
IsSketchDeferred(ElementId)
Checks if the sketch operation is deferred.
Declaration
bool IsSketchDeferred(ElementId inElementId)
Parameters
Type | Name | Description |
---|---|---|
ElementId | inElementId | sketch operation to check. |
Returns
Type | Description |
---|---|
System.Boolean | True if the given element is a deferred sketch operation. |