Role: Allows to access data of the plane feature passing though two lines.
Properties
- Property First() As
-
Role: Get the first line.
- Parameters:
-
- oLine1
- first line. dd>
- See also:
- Returns:
- HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations dd>
- See also:
- Property ForbidNonCoplanarLines( iCoplanarLines)
- if ForbidNonCoplanarLines = TRUE, both lines have to be on the same plane. if ForbidNonCoplanarLines = FALSE, both lines can be non coplanar.
- Property Second() As
-
Role: Get the second line.
- Parameters:
-
- oLine2
- second line. dd>
- See also:
- Returns:
- HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations dd>
- See also: