pycatia.part_interfaces.remove_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.remove_face.RemoveFace(com_object)¶
Note
CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)
System.IUnknownSystem.IDispatchSystem.CATBaseUnknownSystem.CATBaseDispatchSystem.AnyObjectMecModInterfaces.ShapePartInterfaces.DressUpShapeRemoveFaceRepresents the Remove Face operation.It removes a face or a set of faces.- property keep_face¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property KeepFace(Reference iKeepFace) (Write Only)Adds a new face to be Kept.Parameters:iKeepFaceThe new face to processThe followingBoundary object is supported: Face.
- property keep_faces: pycatia.in_interfaces.references.References¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property KeepFaces() As References (Read Only)Get the specified faces to be kept.
- Return type
- property propagation: pycatia.in_interfaces.references.References¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property Propagation() As References (Read Only)Get the faces that will be removed.
- Return type
- property remove_face: pycatia.in_interfaces.reference.Reference¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property RemoveFace(Reference iRemoveFace) (Write Only)Adds a new face to be removed.Parameters:iRemoveFaceThe new face to processThe followingBoundary object is supported: Face.
- property remove_faces: pycatia.in_interfaces.references.References¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property RemoveFaces() As References (Read Only)Get the specified faces to be removed.
- Return type
- remove_keep_face(i_keep_face: pycatia.in_interfaces.reference.Reference) None¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
- o Sub remove_KeepFace(Reference iKeepFace)Removes a face to be Kept.Parameters:iKeepFaceThe new face to processThe followingBoundary object is supported: Face.
- Parameters
i_keep_face (Reference) –
- Return type
None
- remove_remove_face(i_remove_face: pycatia.in_interfaces.reference.Reference) None¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
- o Sub remove_RemoveFace(Reference iRemoveFace)Removes a face to be removed.Parameters:iRemoveFaceThe new face to processThe followingBoundary object is supported: Face.
- Parameters
i_remove_face (Reference) –
- Return type
None