CATGSMUseItf Interface CATIGSMUsePlaneTangent

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


interface CATIGSMUsePlaneTangent

Interface to tangency plane feature.
Role: Allows you to access data of the the plane feature tangent to a surface at a given point.

See also:


Method Index


o GetSupport(CATIMmiMechanicalFeature_var&)
Gets the surface to which the plane is to be tangent.
o GetTangencyPoint(CATIMmiMechanicalFeature_var&)
Gets the tangency point.
o SetSupport(CATIMmiMechanicalFeature_var)
Sets the surface to which the plane is to be tangent.
o SetTangencyPoint(CATIMmiMechanicalFeature_var)
Sets the tangency point.

Methods


o GetSupport
public virtual GetSupport( oSupport)
Gets the surface to which the plane is to be tangent.
Parameters:
oSupport
reference surface
o GetTangencyPoint
public virtual GetTangencyPoint( oPoint)
Gets the tangency point.
Parameters:
oPoint
tangency point
o SetSupport
public virtual SetSupport( const iSupport)
Sets the surface to which the plane is to be tangent.
Parameters:
iSupport
reference surface
o SetTangencyPoint
public virtual SetTangencyPoint( const iPoint)
Sets the tangency point.
Parameters:
iPoint
tangency point

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

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