All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATArrangementInterfaces Interface CATIRouRadiusCornerSection

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATArrangementInterfaces.CATIRouSection
        |
        +---CATArrangementInterfaces.CATIRouRectSection
          |
          +---CATIRouRadiusCornerSection
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIRouRadiusCornerSection

Interface on a RadiusCornerSection.
Role: To get/set the corresponding radius data.


Method Index


o GetInsideRadiusCorner(double&)
GetInsideRadiusCorner.
o GetRadiusCorner(double&)
GetRadiusCorner.

Methods


o GetInsideRadiusCorner
public virtual HRESULT GetInsideRadiusCorner(double& oInsideRadiusCorner) = 0
GetInsideRadiusCorner.
Parameters:
oInsideRadiusCorner
The length of the inside radius at the corner of the section.
o GetRadiusCorner
public virtual HRESULT GetRadiusCorner(double& oRadiusCorner) = 0
GetRadiusCorner.
Parameters:
oRadiusCorner
The length of the outside radius at the corner of the section.

This object is included in the file: CATIRouRadiusCornerSection.h
If needed, your Imakefile.mk should include the module: CATArrangementItf

Copyright © 2003, Dassault Systèmes. All rights reserved.