CATGSMUseItf Interface CATIGSMUsePlaneNormal
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIGSMUsePlaneNormal
Interface to normal plane feature.
Role: Allows you to access data of the plane feature normal to a
curve at a given point.
- See also:
-
Method Index
- o
GetOrientation(CATGSMOrientation&)
- Gets the orientation.
- o
GetPoint(CATIMmiMechanicalFeature_var&)
- Gets the point
Gets the point where the plane is to be normal.
- o
GetRatio(CATICkeParm_var&)
- Gets the Ratio.
- o
GetRatioMode(CATBoolean&)
-
- o
GetSupportCurve(CATIMmiMechanicalFeature_var&)
- Gets the support curve
Gets the curve to which the plane is to be normal.
- o
SetOrientation(CATGSMOrientation)
- Sets the orientation.
- o
SetPoint(CATIMmiMechanicalFeature_var)
- Sets the point
Sets the point where the plane is to be normal.
- o
SetRatio(CATICkeParm_var)
-
- o
SetRatioMode(CATBoolean)
-
- o
SetSupportCurve(CATIMmiMechanicalFeature_var)
- Sets the support curve
Sets the curve to which the plane is to be normal.
Methods
o GetOrientation
public virtual GetOrientation( | | oOrientation) |
-
Gets the orientation.
Orientation = TRUE means that distance (ratio) is measured :
- in the other orientation of the curve, when a reference point has been set,
- in the other orientation of the curve and from the other extremity, when no reference point has been set.
- Parameters:
-
- oOrientation
- orientation
o GetPoint
public virtual GetPoint( | | oPoint) |
-
Gets the point
Gets the point where the plane is to be normal.
- Parameters:
-
- oPoint
- Reference point.
o GetRatio
public virtual GetRatio( | | oRatio) |
-
Gets the Ratio.
o GetRatioMode
public virtual GetRatioMode( | | oMode) |
-
o GetSupportCurve
public virtual GetSupportCurve( | | oSupport) |
-
Gets the support curve
Gets the curve to which the plane is to be normal.
- Parameters:
-
- oSupport
- reference curve
o SetOrientation
public virtual SetOrientation( | const | iOrientation) |
-
Sets the orientation.
Orientation = TRUE means that distance (ratio) is measured :
- in the other orientation of the curve, when a reference point has been set,
- in the other orientation of the curve and from the other extremity, when no reference point has been set.
- Parameters:
-
- iOrientation
- orientation
o SetPoint
public virtual SetPoint( | const | iPoint) |
-
Sets the point
Sets the point where the plane is to be normal.
- Parameters:
-
- iPoint
- Reference point
o SetRatio
public virtual SetRatio( | const | iRatio) |
-
o SetRatioMode
public virtual SetRatioMode( | const | iMode) |
-
o SetSupportCurve
public virtual SetSupportCurve( | const | iSupport) |
-
Sets the support curve
Sets the curve to which the plane is to be normal.
- Parameters:
-
- iSupport
- reference curve
This object is included in the file: CATIGSMUsePlaneNormal.h
If needed, your Imakefile.mk should include the module: CATGSMUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.