pycatia.cat_tps_interfaces.roughness

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.roughness.Roughness(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
Roughness

Interface to manage Roughness TPS.
TPS for Technological Product Specifications.
property applicability: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Applicability() As short

Retrieves or sets roughness applicability.
Return type:

int

field(i_index: int) str

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func Field(short iIndex) As CATBSTR

Retrieves roughness field.

Field 4
Field 1 ——————
/ (Field 9)
Field 2 /
/ (Field 8) Field 5
/
Field 3 / Field 7 Field 6

Pour le champs 7 les lettres autorisees sont :
M, C, R, P, X, = ,L (symbole perpendicularite de la DSES)


Parameters:

iIndex
Field index, from 1 to 9 from V5R13 (Fields 8 and 9 added). from 1
to 7 before V5R13
oField
The contain of the iIndex field.
Parameters:

i_index (int) –

Return type:

str

property obtention: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Obtention() As short

Retrieves or sets roughness obtention mode.
Return type:

int

set_field(i_index: int, i_field: str) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetField(short iIndex,
CATBSTR iField)

Set roughness field.

Field 4
Field 1 ——————
/ (Field 9)
Field 2 /
/ (Field 8) Field 5
/
Field 3 / Field 7 Field 6

Pour le champs 7 les lettres autorisees sont :
M, C, R, P, X, = ,L (symbole perpendicularite de la DSES)


Parameters:

iIndex
Field index, from 1 to 9 from V5R13 (Fields 8 and 9 added). from 1
to 7 before V5R13
iField
The contain of the iIndex field.
Parameters:
  • i_index (int) –

  • i_field (str) –

Return type:

None

tps_parallel_on_screen() TPSParallelOnScreen

Note

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

Gets the annotation on TPSParallelOnScreen interface.
Return type:

TPSParallelOnScreen