All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchApp2DZoneFrom3DZone

System.IUnknown
  |
  +---CATISchApp2DZoneFrom3DZone
 

Usage: you can reimplement this interface by deriving the supplied CATEASchApp2DZoneFrom3DZone adapter class.


interface CATISchApp2DZoneFrom3DZone

Interface to create 2D application zone from 3D zone.
Application must derived implementation of this interface from CATEASchApp2DZoneFrom3DZone. Role: To create 2D application zone to be associated with Schematic zone objects.

BOA information: this interface CANNOT be implemented using the BOA (Basic Object Adapter). To know more about the BOA, refer to the CAA Encyclopedia home page. Click Middleware at the bottom left, then click the Object Modeler tab page. Several articles deal with the BOA.


Method Index


o Create2DAppZone(IUnknown**)
Create an Application Zone.

Methods


o Create2DAppZone
public virtual HRESULT Create2DAppZone(IUnknown** oAppZone) = 0
Create an Application Zone.
Parameters:
i3DZone
The Bounded Zone (3D) object
oAppZone
The new Application zone object created (CATISchAppZone interface pointer).

This object is included in the file: CATISchApp2DZoneFrom3DZone.h

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