ElecHarnessItf Interface CATIEhiSegmentEnd
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIEhiSegmentEnd
Interface to manage connector points of segment.
Method Index
- o
GetGeometry(CATBody**)
- Retrieves the topology of Segment End geometry.
- o
GetSegment(CATIEhiSegment*&)
- Get Segment of Segment End.
- o
IsSegmentEndConnectedToDevice(CATBoolean&)
- Checks if the segment end is connected to a device or not.
Methods
o GetGeometry
public virtual GetGeometry( | | opBodySegmentEndGeom) |
-
Retrieves the topology of Segment End geometry.
- Parameters:
-
- opBodySegmentEndGeom
- the Body of Segment End geometry.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- No error .
- E_FAIL
- Error.
o GetSegment
public virtual GetSegment( | | opBundleSegment) |
-
Get Segment of Segment End.
- Parameters:
-
- ipBnsExtremity
- The segment that aggregates the Segment End
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- no error.
- E_FAIL
- Error occured while searching segment
o IsSegmentEndConnectedToDevice
public virtual IsSegmentEndConnectedToDevice( | | oblnIsConnectedToDevice) |
-
Checks if the segment end is connected to a device or not.
- Parameters:
-
- oblnIsConnectedToDevice
- - True if Segment End connected to Device
- False if Segment End is NOT connected to a Device
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- No error .
- E_FAIL
- Error.
This object is included in the file: CATIEhiSegmentEnd.h
If needed, your Imakefile.mk should include the module: CATEhiInterfaces
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.