All Frameworks Class Hierarchy This Framework Indexes
AdvancedMachiningInterfaces Interface CATIMfgMultiAxisFlankContouring
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIMfgMultiAxisFlankContouring
Interface dedicated to Multi-Axis Flank Contouring Object.
Role:
This inferface offers services to populate geometric inputs of Multi-Axis Flank Contouring activity.
Method Index
- o
RemoveChecksGeometries()
- Resets all the Checks geometry of the operation.
- o
RemoveDrivesGeometries()
- Resets all the Drives geometry of the operation.
- o
RemoveFirstRelimitingElementGeometry()
- Resets the first relimiting element geometry of the operation.
- o
RemovePartsGeometries()
- Resets all the Parts geometry of the operation.
- o
RemoveReferencePointGeometry()
- Resets the Reference Point geometry of the operation.
- o
RemoveSecondRelimitingElementGeometry()
- Resets the second relimiting element geometry of the operation.
- o
RemoveToolAxisGeometry()
- Resets the 'Tool Axis' geometry of the operation.
- o
SetChecksGeometry(CATBaseUnknown_var&,CATBaseUnknown_var&,int&)
- Sets the Check geometry of the operation.
- o
SetDrivesGeometryWithLocalModification(CATBaseUnknown_var&,CATBaseUnknown_var&,int&,double&,int&,int&,int&,int&,int&)
- Sets the Local Modifications parameters of a Drive.
- o
SetDrivesGeometry(CATBaseUnknown_var&,CATBaseUnknown_var&,int&)
- Sets the Drive geometry of the operation.
- o
SetDrivesOrientation(CATOrientation)
- Modifies the orientation of the Drive with regards to its geometry.
- o
SetFirstRelimitingElementGeometry(CATBaseUnknown_var&,CATBaseUnknown_var&)
- Sets the single first relimiting element geometry of the operation.
- o
SetPartsGeometry(CATBaseUnknown_var&,CATBaseUnknown_var&,int&)
- Sets the Part geometry of the operation.
- o
SetReferencePointGeometry(CATBaseUnknown_var&,CATBaseUnknown_var&)
- Sets the optional Reference Point geometry of the operation.
- o
SetSecondRelimitingElementGeometry(CATBaseUnknown_var&,CATBaseUnknown_var&)
- Sets the single second relimiting element geometry of the operation.
- o
SetToolAxisGeometry(CATBaseUnknown_var&,CATBaseUnknown_var&)
- Sets the 'Tool Axis' geometry to the operation.
Methods
o RemoveChecksGeometries
| public virtual RemoveChecksGeometries( | ) |
-
Resets all the Checks geometry of the operation.
o RemoveDrivesGeometries
| public virtual RemoveDrivesGeometries( | ) |
-
Resets all the Drives geometry of the operation.
o RemoveFirstRelimitingElementGeometry
| public virtual RemoveFirstRelimitingElementGeometry( | ) |
-
Resets the first relimiting element geometry of the operation.
o RemovePartsGeometries
| public virtual RemovePartsGeometries( | ) |
-
Resets all the Parts geometry of the operation.
o RemoveReferencePointGeometry
| public virtual RemoveReferencePointGeometry( | ) |
-
Resets the Reference Point geometry of the operation.
o RemoveSecondRelimitingElementGeometry
| public virtual RemoveSecondRelimitingElementGeometry( | ) |
-
Resets the second relimiting element geometry of the operation.
o RemoveToolAxisGeometry
| public virtual RemoveToolAxisGeometry( | ) |
-
Resets the 'Tool Axis' geometry of the operation.
This will also reset the definition mode of this direction as 'Manual'.
o SetChecksGeometry
| public virtual SetChecksGeometry( | const | iReference, |
| const | iProduct, |
| const | iPosition | = 0) |
-
Sets the Check geometry of the operation.
- Parameters:
-
- iReference
- the geometry referenced as a Check by the operation
- iProduct
- the belonging product of the referenced geometry
- iPosition
- the position where to set the referenced geometry in the Checks list
(optional: if not set, elements are added at the end of the list)
o SetDrivesGeometryWithLocalModification
| public virtual SetDrivesGeometryWithLocalModification( | const | ihReference, |
| const | ihProduct, |
| const | iPosition, |
| const | iOffset, |
| const | iGuidance, |
| const | iEnable4X, |
| const | iStartCondition, |
| const | iStopCondition, |
| const | iToolSide) |
-
Sets the Local Modifications parameters of a Drive.
- Parameters:
-
- iPosition
- the position of Drive where to set Local Modifications (start to idx 1)
- iOffset
- the additional offset on current Drive
- iGuidance
- the local tool axis strategy
Legal values:
- 1
- keep global axis strategy
- 2
- Tanto Fan
- 3
- Combin Tanto
- 4
- Combin Parelm
- 5
- Mixed Combin
- 6
- Fixed Axis
- 7
- Normal To Part
- 8
- Tanto
- iEnable4X
-
Legal values:
- 0
- Deactivate 4 Axis constraint
- 1
- Activate 4 Axis constraint
- iStartCondition
- the restarting condition from previous Drive to current one
Legal values:
- 1
- Auto
- 2
- Left
- 3
- Right
- 4
- Forward
- iStopCondition
- the stopping condition between current Drive and next one
Legal values:
- 1
- Auto
- 2
- To
- 3
- On
- 4
- Past
- 5
- Tangent to Drives
- iToolSide
- the tool side on current Drive
Legal values:
- 1
- Same as first Drive
- 2
- Swap
- 3
- On
Returns E_Fail if a Drive is not already defined for given Position
o SetDrivesGeometry
| public virtual SetDrivesGeometry( | const | iReference, |
| const | iProduct, |
| const | iPosition | = 0) |
-
Sets the Drive geometry of the operation.
Faces set as Drives must be sorted from the first to machine to the last one
- Parameters:
-
- iReference
- the geometry referenced as a Drive by the operation
- iProduct
- the belonging product of the referenced geometry
- iPosition
- the position where to set the referenced geometry in the Drives list
(optional: if not set, elements are added at the end of the list)
o SetDrivesOrientation
| public virtual SetDrivesOrientation( | | iNewOrientation) |
-
Modifies the orientation of the Drive with regards to its geometry.
The system will automatically initialize the 'Side to mill' arrow based on orientation stored on first Face provided as Drive element.
This orientation stored on CATCell itself is naturally defined outer the material in case of solid faces but stays unpredictable in case of wireframe surfaces.
- Parameters:
-
- iNewOrientation
- The new relative orientation.
o SetFirstRelimitingElementGeometry
| public virtual SetFirstRelimitingElementGeometry( | const | iReference, |
| const | iProduct) |
-
Sets the single first relimiting element geometry of the operation.
- Parameters:
-
- iReference
- the geometry referenced as a first relimiting element by the operation
- iProduct
- the belonging product of the referenced geometry
Returns S_FALSE if a geometry is already defined
o SetPartsGeometry
| public virtual SetPartsGeometry( | const | iReference, |
| const | iProduct, |
| const | iPosition | = 0) |
-
Sets the Part geometry of the operation.
- Parameters:
-
- iReference
- the geometry referenced as a Part by the operation
- iProduct
- the belonging product of the referenced geometry
- iPosition
- the position where to set the referenced geometry in the Parts list
(optional: if not set, elements are added at the end of the list)
o SetReferencePointGeometry
| public virtual SetReferencePointGeometry( | const | iReference, |
| const | iProduct) |
-
Sets the optional Reference Point geometry of the operation.
- Parameters:
-
- iReference
- the geometry referenced as Reference Point element by the operation
- iProduct
- the belonging product of the referenced geometry
Returns S_FALSE if a geometry is already defined
o SetSecondRelimitingElementGeometry
| public virtual SetSecondRelimitingElementGeometry( | const | iReference, |
| const | iProduct) |
-
Sets the single second relimiting element geometry of the operation.
- Parameters:
-
- iReference
- the geometry referenced as a second relimiting element by the operation
- iProduct
- the belonging product of the referenced geometry
Returns S_FALSE if a geometry is already defined
o SetToolAxisGeometry
| public virtual SetToolAxisGeometry( | const | iReference, |
| const | iProduct) |
-
Sets the 'Tool Axis' geometry to the operation.
This will also force the definition mode of this direction as 'Selection'.
- Parameters:
-
- iReference
- the geometry referenced as Tool Axis by the operation
- iProduct
- the belonging product of the referenced geometry
This object is included in the file: CATIMfgMultiAxisFlankContouring.h
If needed, your Imakefile.mk should include the module: CATMfgAMGItfEnv