CATStrUseItf Interface CATIStrUsePanelSurf
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIStrUsePanelSurf
Interface to manage a SFD/SDD Panel/Plate created in surface mode.
Role: Interface to manage an SFD Panel created in surface mode. The user must
create the SFD Panel with CATISfdFunctionFactory::CreatePanel() and then set
the type with CATISfdPanelType::SetType(1). This Panel has the properties as
the ones described in CATISfdPanel.
Method Index
- o
GetSupport(CATIMmiMechanicalFeature_var&)
- Get the support selected by the user.
- o
GetSupportOffset(CATICkeParm_var&)
- Get the parameter offset applied on the user support of this SuperPlate function.
- o
SetSupport(CATIMmiMechanicalFeature_var&)
- Set the support of this Panel.
Methods
o GetSupport
public virtual GetSupport( | | ospSupport) |
-
Get the support selected by the user.
- Parameters:
-
- ospSupport
- Support of this Panel.
o GetSupportOffset
public virtual GetSupportOffset( | | ospOffset) |
-
Get the parameter offset applied on the user support of this SuperPlate function.
This parameter is used by the CanonicMoldedSurface to offset the user support. This
parameter is created on demand.
- Parameters:
-
- ospOffset
- Current offset of this Panel.
o SetSupport
public virtual SetSupport( | const | ispSupport) |
-
Set the support of this Panel.
- Parameters:
-
- ispSupport
- New support of this Panel. It can be any kind of surfacic feature
adhering to CATIMfBiDimResult.
This object is included in the file: CATIStrUsePanelSurf.h
If needed, your Imakefile.mk should include the module: CATStrUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.