CATGSMUseItf Interface CATIGSMUseScaling

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


interface CATIGSMUseScaling

Interface to scaling transformation feature.
Role: Allows you to access data of the Scaling feature created by using an element, an axis and three ratios

See also:


Method Index


o GetCenter(CATIMmiMechanicalFeature_var&)
Gets the reference element (a point or a plane).
o GetCreationMode(CATBoolean&)
Gets the Creation Mode.
o GetElemToScale(CATIMmiMechanicalFeature_var&)
Gets the feature to scale.
o GetRatio(double&)
Gets the ratio of the scaling.
o GetRatio(CATICkeParm_var&)
Gets the ratio of the scaling.
o SetCenter(CATIMmiMechanicalFeature_var)
Sets the reference element (a point or a plane).
o SetCreationMode(CATBoolean)
Sets the Creation Mode.
o SetElemToScale(CATIMmiMechanicalFeature_var)
Sets the feature to scale.
o SetRatio(double)
Sets the ratio of the scaling.
o SetRatio(CATICkeParm_var)
Sets the ratio of the scaling.

Methods


o GetCenter
public virtual GetCenter( oElem)
Gets the reference element (a point or a plane).
Parameters:
oElem
reference element
o GetCreationMode
public virtual GetCreationMode( oMode)
Gets the Creation Mode.
Parameters:
oMode
flag for transformation type (creation or modification)
o GetElemToScale
public virtual GetElemToScale( oElem)
Gets the feature to scale.
Parameters:
oElem
feature to scale
o GetRatio
public virtual GetRatio( oRatio)
Gets the ratio of the scaling.
Parameters:
oRatio
ratio
o GetRatio
public virtual GetRatio( oRatio)
Gets the ratio of the scaling.
Parameters:
oRatio
ratio
o SetCenter
public virtual SetCenter( const iElem)
Sets the reference element (a point or a plane).
Parameters:
iElem
reference element
o SetCreationMode
public virtual SetCreationMode( const iMode)
Sets the Creation Mode.
Parameters:
iMode
flag for transformation type (creation or modification)
o SetElemToScale
public virtual SetElemToScale( const iElem)
Sets the feature to scale.
Parameters:
iElem
new feature to scale
o SetRatio
public virtual SetRatio( Ratio)
Sets the ratio of the scaling.
Parameters:
iRatio
ratio
o SetRatio
public virtual SetRatio( const iRatio)
Sets the ratio of the scaling.
Parameters:
iRatio
ratio

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

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