pycatia.hybrid_shape_interfaces.hybrid_shape_plane2_lines

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_plane2_lines.HybridShapePlane2Lines(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.HybridShape
CATGSMIDLItf.Plane
HybridShapePlane2Lines

plane defined by two lines.
Role: Allows to access data of the plane feature passing though two
lines.
property first: Reference

Note

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

Role: Get the first line.

Parameters:

oLine1
first line.

See also:
Reference
Returns:
HRESULT S_OK if Ok E_FAIL else return error code for C++
Implementations
See also:
HybridShapeFactory
Return type:

Reference

property forbid_non_coplanar_lines: bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property ForbidNonCoplanarLines(boolean iCoplanarLines)

if ForbidNonCoplanarLines = TRUE, both lines have to be on the same plane.
if ForbidNonCoplanarLines = FALSE, both lines can be non coplanar.
Return type:

bool

property second: Reference

Note

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

Role: Get the second line.

Parameters:

oLine2
second line.

See also:
Reference
Returns:
HRESULT S_OK if Ok E_FAIL else return error code for C++
Implementations
See also:
HybridShapeFactory
Return type:

Reference