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 dd>
- See also:
- Returns:
- HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations dd>
- See also:
- Property B() As (Read Only)
-
Gets B coefficient for plane equation.
- Parameters:
-
- oB
- B Coefficient of cartesian plane dd>
- See also:
- Returns:
- HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations dd>
- 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 dd>
- See also:
- Returns:
- HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations dd>
- See also:
- Property D() As (Read Only)
-
Gets D coefficient for plane equation.
- Parameters:
-
- oD
- D Coefficient of cartesian plane dd>
- See also:
- Returns:
- HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations dd>
- 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
oRefAxisthe reference Axis System forPlaneEquationfeature.Dim oRefAxis As CATIAReference Set oRefAxis = PlaneEquation.RefAxisSystem
Methods
- Func GetReferencePoint() As
-
Gets the reference point.
- Parameters:
-
- oReferencePoint
- reference point dd>
- Sub SetReferencePoint( iReferencePoint)
-
Sets the reference point.
- Parameters:
-
- iReferencePoint
- reference point dd>