All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATFunctSystemItf Interface CATIFunctNodeGraphLayout

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATFunctSystemItf.CATIFunctFacet
        |
        +---CATIFunctNodeGraphLayout
 

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


interface CATIFunctNodeGraphLayout

Interface to resize Nodes representing Functional Objects.

It handles the "GRL" facet that may be hooked on Functional Object.


Method Index


o SetHeightAndWidth(double&,double&)
Set the height and width.
o get_Height(double&)
Get the Height coord.
o get_Width(double&)
Get the Width coord.

Methods


o SetHeightAndWidth
public virtual HRESULT SetHeightAndWidth( const double& iHeight,
const double& iWidth)= 0
Set the height and width.
o get_Height
public virtual HRESULT get_Height(double& oHeight)= 0
Get the Height coord.
o get_Width
public virtual HRESULT get_Width(double& oWidth)= 0
Get the Width coord.

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

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