Indexes   

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.

Property Index

A
Gets A coefficient for plane equation.
B
Gets B coefficient for plane equation.
C
Gets C coefficient for plane equation.
D
Gets D coefficient for plane equation.
RefAxisSystem
Returns or Sets the reference Axis System for PlaneEquation feature.

Method Index

GetReferencePoint
Gets the reference point.
SetReferencePoint
Sets the reference point.

Properties


o Property A() As (Read Only)
Gets A coefficient for plane equation.
Parameters:
oA
A Coefficient of cartesian plane
See also:
RealParam
Returns:
HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations
See also:
HybridShapeFactory
o Property B() As (Read Only)
Gets B coefficient for plane equation.
Parameters:
oB
B Coefficient of cartesian plane
See also:
RealParam
Returns:
HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations
See also:
HybridShapeFactory
o 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:
RealParam
Returns:
HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations
See also:
HybridShapeFactory
o Property D() As (Read Only)
Gets D coefficient for plane equation.
Parameters:
oD
D Coefficient of cartesian plane
See also:
Length
Returns:
HRESULT S_OK if Ok E_FAIL else return error code for C++ Implementations
See also:
HybridShapeFactory
o 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


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

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