CATStrUseItf Interface CATIStrUseProfileSurf2Crvs

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIStrUseProfileSurf2Crvs

Interface to manage Profile created with one plane and two curves Role: Interface to manage Profile created with 2 curves and a plane.


Method Index


o GetFirstCurve(CATIMmiMechanicalFeature_var&)
Get First Curve
o GetSecondCurve(CATIMmiMechanicalFeature_var&)
Get Second Curve
o GetSurface(CATIMmiMechanicalFeature_var&)
Get surface
o SetFirstCurve(CATIMmiMechanicalFeature_var&)
Set First Curve.
o SetSecondCurve(CATIMmiMechanicalFeature_var&)
Set Second Curve
o SetSurface(CATIMmiMechanicalFeature_var&)
Set surface

Methods


o GetFirstCurve
public virtual GetFirstCurve( ospFirstCurve)
Get First Curve
Parameters:
ospFirstCurve
First Curve.
o GetSecondCurve
public virtual GetSecondCurve( ospSecondCurve)
Get Second Curve
Parameters:
ospSecondCurve
Second Curve.
o GetSurface
public virtual GetSurface( ospSurface)
Get surface
Parameters:
ospSurface
Surface.
o SetFirstCurve
public virtual SetFirstCurve( const ispFirstCurve)
Set First Curve.
Parameters:
ispFirstCurve
First Curve. It can be any kind of curve feature adhering to CATIMfMonoDimResult. if you want to use a profile please look at @see CATIStrUseProfile#GetDelimitedSupport and set the delimited support. The method doesnt manage the import.
o SetSecondCurve
public virtual SetSecondCurve( const ispSecondCurve)
Set Second Curve
Parameters:
ispSecondCurve
Second Curve. It can be any kind of curve feature adhering to CATIMfMonoDimResult. if you want to use a profile please look at @see CATIStrUseProfile#GetDelimitedSupport and set the delimited support. The method doesnt manage the import.
o SetSurface
public virtual SetSurface( const ispSurface)
Set surface
Parameters:
ispSurface
Surface.

This object is included in the file: CATIStrUseProfileSurf2Crvs.h
If needed, your Imakefile.mk should include the module: CATStrUseItf

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.