CATGSMUseItf Interface CATIGSMUseSymmetry
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIGSMUseSymmetry
Interface to symmetry transformation feature.
Role: Allows you to access data of the Symmetry feature created by using
an element and a reference (a point, a line or a plane)
- See also:
-
Method Index
- o
GetCreationMode(CATBoolean&)
- Gets the Creation Mode.
- o
GetElemToSymmetry(CATIMmiMechanicalFeature_var&)
- Gets the feature to transform.
- o
GetReference(CATIMmiMechanicalFeature_var&)
- Gets the reference element (a point, a line or a plane).
- o
SetCreationMode(CATBoolean)
- Sets the Creation Mode.
- o
SetElemToSymmetry(CATIMmiMechanicalFeature_var)
- Sets the feature to transform.
- o
SetReference(CATIMmiMechanicalFeature_var)
- Sets the reference element (a point, a line or a plane).
Methods
o GetCreationMode
public virtual GetCreationMode( | | oMode) |
-
Gets the Creation Mode.
- Parameters:
-
- oMode
- flag for transformation type (creation or modification)
o GetElemToSymmetry
public virtual GetElemToSymmetry( | | oElem) |
-
Gets the feature to transform.
- Parameters:
-
- oElem
- feature to transform
o GetReference
public virtual GetReference( | | oElem) |
-
Gets the reference element (a point, a line or a plane).
- Parameters:
-
- oElem
- reference element
o SetCreationMode
public virtual SetCreationMode( | const | iMode) |
-
Sets the Creation Mode.
- Parameters:
-
- iMode
- flag for transformation type (creation or modification)
o SetElemToSymmetry
public virtual SetElemToSymmetry( | const | iElem) |
-
Sets the feature to transform.
- Parameters:
-
- iElem
- new feature to transform
o SetReference
public virtual SetReference( | const | iElem) |
-
Sets the reference element (a point, a line or a plane).
- Parameters:
-
- iElem
- new reference element
This object is included in the file: CATIGSMUseSymmetry.h
If needed, your Imakefile.mk should include the module: CATGSMUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.