pycatia.structure_interfaces.str_plate

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.structure_interfaces.str_plate.StrPlate(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
ProductStructureInterfaces.Product
StructureInterfaces.StrObject
StrPlate

Represents a structure plate object.
A plate is defined by a thickness and aggregates a support object and a sketch
defining its contour.
property offset: pycatia.knowledge_interfaces.parameter.Parameter

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Offset() As Parameter (Read Only)

Returns the offset between the given support and the support of the plate.
Return type

Parameter

reverse_direction() None

Note

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

Reverses the material orientation of the plate.

Plate_1.ReverseDirection
Return type

None

set_material_and_grade(i_material: str, i_grade: str) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetMaterialAndGrade(CATBSTR iMaterial,
CATBSTR iGrade)
Parameters
  • i_material (str) –

  • i_grade (str) –

Return type

None

property sketch: pycatia.sketcher_interfaces.sketch.Sketch

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Sketch() As Sketch (Read Only)

Returns the sketch object of the plate.
Return type

Sketch

property standard_thickness: float

Note

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

Returns the standard thickness following the support orientation.
Return type

float

property support: pycatia.in_interfaces.reference.Reference

Note

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

Returns or sets the support of the plate.
Return type

Reference