pycatia.hybrid_shape_interfaces.hybrid_shape_plane1_line1_pt¶
Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-07-06 14:02:20.222384
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.hybrid_shape_interfaces.hybrid_shape_plane1_line1_pt.HybridShapePlane1Line1Pt(com_object)¶
Note
CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
System.IUnknownSystem.IDispatchSystem.CATBaseUnknownSystem.CATBaseDispatchSystem.AnyObjectMecModInterfaces.HybridShapeCATGSMIDLItf.PlaneHybridShapePlane1Line1PtRepresents plane feature defined by a line and a point.Role: Allows to access data of the plane feature passing though one line andone point- property line: pycatia.in_interfaces.reference.Reference¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property Line() As ReferenceReturns or sets the passing line.Parameters:oLineLine.See also:ReferenceSee also:HybridShapeFactory
- Return type
- property point: pycatia.in_interfaces.reference.Reference¶
Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property Point() As ReferenceReturn or sets the passing point.Parameters:oPointPoint.See also:ReferenceSee also:HybridShapeFactory
- Return type