All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

HybridShapePlane2Lines (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---HybridShape
            |
            +---Plane
              |
              +---HybridShapePlane2Lines
 


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

Property Index

First
Role: Get the first line.
ForbidNonCoplanarLines
if ForbidNonCoplanarLines = TRUE, both lines have to be on the same plane.
Second
Role: Get the second line.

Properties


o Property First() As CATIAReference
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
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.
o Property Second() As CATIAReference
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

Copyright © 2003, Dassault Systèmes. All rights reserved.