pycatia.cat_sch_platform_interfaces.sch_app_2d_zone_from_3d_zone

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.cat_sch_platform_interfaces.sch_app_2d_zone_from_3d_zone.SchApp2DZoneFrom3DZone(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
SchApp2DZoneFrom3DZone

Manage a 2D zone that is dropped off from 3D counterpart.
create_2d_app_zone() AnyObject

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func Create2DAppZone() As AnyObject

Create an Application Zone.

Parameters:

i3DZone
The Bounded Zone (3D) object
oAppZone
The new Application zone object created (CATISchAppZone interface
pointer).

Example:



Dim objThisIntf As SchApp2DZoneFrom3DZone
Dim objArg1 As AnyObject
Set objArg1 = objThisIntf.Create2DAppZone
Return type:

AnyObject