CATSketcherUseItf Interface CATISktUse2DDatumCurve
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATISktUse2DDatumCurve
Interface representing a Sketcher datum curve.
A CATISktUse2DDatumCurve is a curve which geometry is a CATPSpline,
a CATPNurbs or a CATPCurveEquation.
A CATISktUse2DDatumCurve is created by the CreateUnspec
method of the CATISktUse2DWFFactory interface.
Method Index
- o
GetCurve(CATPCurve**)
- Returns the CATPCurve of this datum curve.
- o
SetCurve(CATPCurve*)
- Sets the geometric CATPCurve of this datum curve.
Methods
o GetCurve
public virtual GetCurve( | | opCurve) |
-
Returns the CATPCurve of this datum curve.
- Parameters:
-
- CATPCurve
- **opCurve
[out] The pointer to the geometry of this datum curve.
o SetCurve
public virtual SetCurve( | | ipCurve) |
-
Sets the geometric CATPCurve of this datum curve.
- Parameters:
-
- CATPCurve
- *ipCurve
[in] The pointer to the geometry of this datum curve.
NOTE:
These enable the Client to modify the geometry of a datum curve.
This object is included in the file: CATISktUse2DDatumCurve.h
If needed, your Imakefile.mk should include the module: CATSketcherUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.