ElecRoutingItf Interface CATIEwrUipSegment
Usage: you can freely reimplement this interface.
interface CATIEwrUipSegment
Interface to manage segment diameter.
Role:Returns the value of segment diameter (in mm) fonction
of the values of the diameters of wires contained in it (in mm)
Method Index
- o
ComputeBendRadius(CATListOfDouble,double&)
- Returns the value of segment bend radius (in mm).
- o
ComputeDiameter(CATListOfDouble,double&)
- Returns the value of a segment diameter (in mm).
Methods
o ComputeBendRadius
public virtual ComputeBendRadius( | const | iWireBendRadius, |
| | oSegmentBendRadius) |
-
Returns the value of segment bend radius (in mm).
- Parameters:
-
- iWireBendRadius
- The list of the bend radius of the wires contained in the segment
(the bend radius are expressed in mm)
- oSegmentBendRadius
- The value of the segment bend radius
(the value is expressed in mm)
o ComputeDiameter
public virtual ComputeDiameter( | const | iWireDiameters, |
| | oSegmentDiameter) |
-
Returns the value of a segment diameter (in mm).
- Parameters:
-
- iWireDiameters
- The list of the diameters of the wires contained in the segment
(the diameters are expressed in mm)
- oSegmentDiameter
- The value of the segment diameter
(the diameter is expressed in mm)
This object is included in the file: CATIEwrUipSegment.h
If needed, your Imakefile.mk should include the module: CATEwrInterfaces
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.