CATPartUseItf Interface CATIPdgUsePrtCenterCurve

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


interface CATIPdgUsePrtCenterCurve

Interface which provides a center curve management behavior to a feature center curve.
Role: Some features contain a center curve component which allows users to define and use a center curve. The center curve internal feature is managed through this interface.


Method Index


o GetBody(CATBody_var&)
Gets the topological body corresponding to the center curve.
o GetElement(CATIMmiMechanicalFeature_var&)
Gets the specificaton element of the center curve.
o GetGeomSupport(CATGeometry_var&)
Gets the geometrical support of the center curve.
o SetElement(CATBaseUnknown_var&)
Set a new element to the specifications of the center curve.

Methods


o GetBody
public virtual GetBody( ohBody)
Gets the topological body corresponding to the center curve.
Parameters:
ohBody
The returned body.
o GetElement
public virtual GetElement( ohElt_output)
Gets the specificaton element of the center curve.
Parameters:
ohElt
The required element.
o GetGeomSupport
public virtual GetGeomSupport( ohGeom)
Gets the geometrical support of the center curve.
Parameters:
ohGeom
The returned support.
o SetElement
public virtual SetElement( const ihElt_input)
Set a new element to the specifications of the center curve.
Role: If there is already an element it is replaced
Parameters:
ihElt
The new element.

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

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