pycatia.part_interfaces.auto_draft

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.auto_draft.AutoDraft(com_object)

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
MecModInterfaces.Shape
PartInterfaces.DressUpShape
AutoDraft

Represents the AutoDraft shape.
property functional_face: Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property FunctionalFace(Reference iFace) (Write Only)
Return type:

Reference

property functional_faces: References

Note

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

Returns or sets the functional faces.

Example:
The following example returns in FunctionalFaces the list functional
faces of the AutoDraft AutoDraft, and then sets NewFunctionalFace as a
functional face:

Set FunctionalFaces = AutoDraft.FunctionalFace
AutoDraft.FunctionalFace = NewFunctionalFace
Return type:

References

property main_draft_angle: Reference

Note

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

Returns or sets the main draft angle.

Example:
The following example returns in MainDraftAngle the main draft angle of
the AutoDraft AutoDraft, and then sets it to
NewMainDraftAngle.:

Set MainDraftAngle = AutoDraft.MainDraftAngle
AutoDraft.MainDraftAngle = NewMainDraftAngle
Return type:

Reference

property mode: Reference

Note

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

Returns or sets the draft mode.

Example:
The following example returns in Mode the mode of the draft AutoDraft
AutoDraft, and then sets it to NewMode:

Set Mode = AutoDraft.Mode
AutoDraft.Mode = NewMode
Return type:

Reference

property parting_element: Reference

Note

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

Returns or sets the parting element.

Example:
The following example returns in PartingElement the parting element of
the AutoDraft AutoDraft, and then sets it to
NewpartingElement:

Set PartingElement = AutoDraft.PartingElement
AutoDraft.PartingElement = NewPartingElement
Return type:

Reference

property pulling_direction: Reference

Note

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

Returns or sets the pulling direction.

Example:
The following example returns in PullingDirection the pulling direction
of the AutoDraft AutoDraft, and then sets it to
NewPullingDirection.:

Set PullingDirection = AutoDraft.PullingDirection
AutoDraft.PullingDirection = NewPullingDirection
Return type:

Reference