pycatia.part_interfaces.replace_face

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-06-11 12:40:47.360445

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.part_interfaces.replace_face.ReplaceFace(com_object)

Note

CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
MecModInterfaces.Shape
PartInterfaces.SurfaceBasedShape
ReplaceFace

Represents the Replace Face operation.
It replaces a face or a set of faces obtained by tangency continuity by a
replacing element, such as a surface or a face or a skin.
add_remove_face(i_remove_face: Reference) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub AddRemoveFace(Reference iRemoveFace)

Sets the face to be removed.
Parameters:

i_remove_face (Reference) –

Return type:

None

add_split_plane(i_split_plane: Reference) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub AddSplitPlane(Reference iSplitPlane)

Sets the replacing element.
Parameters:

i_split_plane (Reference) –

Return type:

None

delete_remove_face(i_remove_face: Reference) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub DeleteRemoveFace(Reference iRemoveFace)

Remove the face to be removed.
Parameters:

i_remove_face (Reference) –

Return type:

None

property remove_face: References

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property RemoveFace() As References (Read Only)

Returns the face to be removed.
Return type:

References

property splitting_side: int

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property SplittingSide() As CatSplitSide

Returns or sets the splitting side . The splitting side is the side of the
body kept after the splitting. A positive side refers to the same orientation
than the splitting element normal vector.
Returns:

enum cat_split_side

Return type:

int