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.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
MecModInterfaces.Shape
PartInterfaces.DressUpShape
RemoveFace

Represents the Remove Face operation.
It removes a face or a set of faces.
keep_face(reference: Reference)

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:

iKeepFace
The new face to process
The following

Boundary object is supported: Face.
Parameters:

reference (Reference) –

property keep_faces: 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:

References

property propagation: 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:

References

remove_face(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:

iRemoveFace
The new face to process
The following

Boundary object is supported: Face.
Parameters:

reference (Reference) –

property remove_faces: 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:

References

remove_keep_face(i_keep_face: 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:

iKeepFace
The new face to process
The following

Boundary object is supported: Face.
Parameters:

i_keep_face (Reference) –

Return type:

None

remove_remove_face(i_remove_face: 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:

iRemoveFace
The new face to process
The following

Boundary object is supported: Face.
Parameters:

i_remove_face (Reference) –

Return type:

None