MachiningToolPathUseItf Interface DELIMfgToolPathConstantSpindle
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface DELIMfgToolPathConstantSpindle
Interface dedicated to the spindle feedrate object inside tool path.
Role: This interface offers services to manage parameters of the spindle feedrate object
A spindle object can be linked to a "compound traject" (DELIMfgCompoundTraject), the description of a cycle (DELIMfgToolPathCycle),
or to a tool motion (DELIMfgTPMultipleMotion).
- See also:
- DELIMfgTPMultipleMotion
- See also:
- DELIMfgCompoundTraject
- See also:
- DELIMfgToolPathCycle
- See also:
- DELIMfgNewToolPathFactory
Method Index
- o
GetSpindle(CATICkeParm_var&)
- Retrieves value of spindle feedrate.
- o
SetSpindle(CATICkeParm_var&)
- Sets value of spindle feedrate.
Methods
o GetSpindle
public virtual CATBoolean GetSpindle( | CATICkeParm_var& | Spindle) = 0 |
-
Retrieves value of spindle feedrate.
- Parameters:
-
- oSpindle
- The spindle feedrate value modelized by a
CATICkeParm
o SetSpindle
public virtual CATBoolean SetSpindle( | const CATICkeParm_var& | iSpindle) = 0 |
-
Sets value of spindle feedrate.
- Parameters:
-
- iSpindle
- The spindle feedrate value modelized by a
CATICkeParm
This object is included in the file: DELIMfgToolPathConstantSpindle.h
If needed, your Imakefile.mk should include the module: MachiningToolPathUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.