HybridShapePlane2Lines (Object)

plane defined by two lines.
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.
See also:
Returns:
HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations
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.
See also:
Returns:
HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations
See also: