CATCompositesUseItf Interface CATICciEdgeOfPart

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


interface CATICciEdgeOfPart

Interface representing edge of part.

Role: Allows to manage a composites edge of part object.
Note: Edge of part object implement CATICciCompositesGeometry interface

See also:
, , , ,


Method Index


o GetContour(CATICciContour_var&)
Gets the EOP Contour.
o GetSurface(CATIMmiMechanicalFeature_var&)
Gets the surface of the Edge of Part.
o GetType(CATCciEOPType&)
Gets the EOP type.
o SetSurface(CATIMmiMechanicalFeature_var)
Sets the surface of the Edge of Part.
o SetType(CATCciEOPType)
Sets the EOP type.

Enumerated Type Index


o CATCciEOPType
Types for Edge Of Part ( EOP).

Methods


o GetContour
public virtual GetContour( oEOPContour)
Gets the EOP Contour.
Parameters:
oEOPContour
The EOP contour.
o GetSurface
public virtual GetSurface( oSupportSurface)
Gets the surface of the Edge of Part.
Parameters:
oSupportSurface
The Surface on which EOP has been defined.
o GetType
public virtual GetType( oType)
Gets the EOP type.
Parameters:
oType
The EOP type : either EEOP or MEOP.
o SetSurface
public virtual SetSurface( const iSupportSurface)
Sets the surface of the Edge of Part.
Parameters:
iSupportSurface
The Surface on which EOP resides.
o SetType
public virtual SetType( const iType)
Sets the EOP type.
Parameters:
iType
The EOP type : either EEOP or MEOP.

Enumerated Types


o CATCciEOPType
enum CATCciEOPType {
  EEOP,
  MEOP
}
Types for Edge Of Part ( EOP). Role: Used Edge Of part interface, specifies type of the edge
Parameters:
EEOP
Engineering Edge Of Part
MEOP
Manufacturing Edge Of Part

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

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