HybridShapePlaneEquation (Object)

Plane define by an equation plane.
Role: Allows to access data of the plane feature created by its cartesian equation. Plane equation is Ax+By+Cz = D.

Properties


Property A() As (Read Only)
Gets A coefficient for plane equation.
Parameters:
oA
A Coefficient of cartesian plane
See also:
Returns:
HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations
See also:
Property B() As (Read Only)
Gets B coefficient for plane equation.
Parameters:
oB
B Coefficient of cartesian plane
See also:
Returns:
HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations
See also:
Property C() As (Read Only)
Gets C coefficient for plane equation.
Parameters:
oC
C Coefficient of cartesian plane return value for CATScript applications, with (IDLRETVAL) function type
See also:
Returns:
HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations
See also:
Property D() As (Read Only)
Gets D coefficient for plane equation.
Parameters:
oD
D Coefficient of cartesian plane
See also:
Returns:
HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations
See also:
Property RefAxisSystem() As
Returns or Sets the reference Axis System for PlaneEquation feature.
This data is not mandatory, if element is null, the absolute axis system is taken.
When an element is given, X, Y and Z are considered in this Axis system.
If reference point is not specified, X,Y and Z are measured from origin of this axis system.
Example
:
This example retrieves in oRefAxis the reference Axis System for PlaneEquation feature.
 Dim oRefAxis As CATIAReference
 Set oRefAxis  = PlaneEquation.RefAxisSystem
 

Methods


Func GetReferencePoint() As
Gets the reference point.
Parameters:
oReferencePoint
reference point
Sub SetReferencePoint( iReferencePoint)
Sets the reference point.
Parameters:
iReferencePoint
reference point