Interface IWireCc
Gives access to wire wire cutting condition.
Assembly: TopSolid.Cam.NC.Wire.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 11, 300, 160)]
public interface IWireCc
Methods
| Name |
Description |
|
AddParameterBool(ElementId, string, SmartBoolean)
|
Add parameter boolean.
|
|
AddParameterInt(ElementId, string, SmartInteger)
|
Add parameter integer.
|
|
AddParameterOffset(ElementId, SmartReal)
|
Add parameter stock to leave.
|
|
AddParameterReal(ElementId, string, SmartReal)
|
Add parameter real.
|
|
AddParameterText(ElementId, string, SmartText)
|
Add parameter text.
|
|
GetCorrectorNumber(ElementId)
|
Get corrector number.
|
|
GetFeedrate(ElementId)
|
Get feedrate.
|
|
GetGeneratorRegulatorNumber(ElementId)
|
Get generator regulator number.
|
|
GetMaterialHeight(ElementId)
|
Get material height.
|
|
GetOffset(ElementId)
|
Get offset.
|
|
GetParameterValue(ElementId, string)
|
Get parameter value.
|
|
IsWireCc(ElementId)
|
Tells whether an element is an wire cutting condition.
|
|
SetCorrectorNumber(ElementId, SmartInteger)
|
Set corrector number.
|
|
SetFeedrate(ElementId, SmartReal)
|
Set feedrate.
|
|
SetGeneratorRegulatorNumber(ElementId, SmartInteger)
|
Set generator regulator number.
|
|
SetMaterialHeight(ElementId, SmartReal)
|
Set material height.
|
|
SetOffset(ElementId, SmartReal)
|
Set offset.
|