CATPLMFastenerUseItf Interface CATIFmaJoinedZoneAccessBrowse
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIFmaJoinedZoneAccessBrowse
Interface to get the information of a given fastener joined zone.
Role: Components that implement
CATIFmaJoinedZoneAccessBrowse are Fst_Zone
Method Index
- o
GetDimensionAttribute(CATICkeParm**)
- Gets the technological dimension parameter of this fastener zone.
- o
GetJoinedZone(CATOmbObjectInContext**)
- Gets the pointed element by this fastener zone.
- o
GetNumberingAttribute(CATICkeParm**)
- Gets the technological integer parameter of this fastener zone.
Methods
o GetDimensionAttribute
public virtual GetDimensionAttribute( | | oParm) |
-
Gets the technological dimension parameter of this fastener zone.
- Parameters:
-
- oParm
- [out, CATICkeParm#Release] the dimension parameter.
- Returns:
-
- S_OK
- if the dimension parameter has been successfully retrieved.
- E_FAIL
- otherwise.
o GetJoinedZone
public virtual GetJoinedZone( | | oZoneObjectInContext) |
-
Gets the pointed element by this fastener zone.
- Parameters:
-
- oZoneObjectInContext
- [out, CATOmbObjectInContext#Release] information representing the part instance .
- Returns:
-
- S_OK
- if the CATOmbObjectInContext of this fastener zone was found.
- E_FAIL
- otherwise.
o GetNumberingAttribute
public virtual GetNumberingAttribute( | | oParm) |
-
Gets the technological integer parameter of this fastener zone.
- Parameters:
-
- oParm
- [out, CATICkeParm#Release] the integer parameter.
- Returns:
-
- S_OK
- if the integer parameter has been successfully valuated.
- E_FAIL
- otherwise.
This object is included in the file: CATIFmaJoinedZoneAccessBrowse.h
If needed, your Imakefile.mk should include the module: CATPLMFmaBrowseInterfaces
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.