pycatia.cat_tps_interfaces.tps_view_factory

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_tps_interfaces.tps_view_factory.TPSViewFactory(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
TPSViewFactory

Represents the TPS view factory object.
All the created views are added to the annotation set object from which this
interface is retrieved, thanks to the AnnotationSet.TPSFactory
property.
create_view(i_plane: Reference, i_view_type: cat_variant) TPSView

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func CreateView(Reference iPlane,
CATVariant iViewType) As TPSView

Creates a view.

Parameters:

iPlane
The plane onto which the view will be created
iViewType
The view type
Legal values:

1: Front View
2: Section View
3: Cut View
Parameters:
  • i_plane (Reference) –

  • i_view_type (cat_variant) –

Return type:

TPSView