Interface IParts
Gives access to Cam parts.
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
public interface IParts
Methods
GetParameters(ElementId)
Gets the parameters of the given Cam part.
Declaration
List<ParameterId> GetParameters(ElementId inElementId)
Parameters
Type | Name | Description |
---|---|---|
ElementId | inElementId | Identifier of the Cam part to analyze. |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<ParameterId> | Cam part parameters found. |
IsPart(ElementId)
Tells whether an element is a Cam part.
Declaration
bool IsPart(ElementId inElementId)
Parameters
Type | Name | Description |
---|---|---|
ElementId | inElementId | Identifier of the element to analyze. |
Returns
Type | Description |
---|---|
System.Boolean | True if the element is a Cam part. |