All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATTPSInterfaces Interface CATITPSThread

System.IUnknown
  |
  +---CATITPSThread
 

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


interface CATITPSThread

Interface implemented by Constructed Geometry (CG) type thread.

Role this interface allows to manipulate a contructed geometry type thread. To retrieve topology linked to a constructed geometry uses CATITTRSGeometry

See also:
CATITTRSGeometry


Method Index


o GetCylinder(CATITPSCylinder**)
Get cylinder of thread.
o GetLowerPlane(CATITPSPlane**)
Get lower plane of thread.
o GetUpperPlane(CATITPSPlane**)
Gets upper plane of thread.

Methods


o GetCylinder
public virtual HRESULT GetCylinder(CATITPSCylinder** opiTPSCylinder) = 0
Get cylinder of thread.
Role Gets the cylinder of the thread corresponding to the body of the thread.
Parameters:
opiTPSCylinder
[out, IUnknown#Release] CG cylinder.
o GetLowerPlane
public virtual HRESULT GetLowerPlane(CATITPSPlane** opiTPSPlane) = 0
Get lower plane of thread.
Role Gets the lower plane of the thread corresponding to one extremity of the thread.
Parameters:
opiTPSPlane
[out, IUnknown#Release] CG plane
o GetUpperPlane
public virtual HRESULT GetUpperPlane(CATITPSPlane** opiTPSPlane) = 0
Gets upper plane of thread.
Role Gets the upper plane of the thread corresponding to one extremity of the thread.
Parameters:
opiTPSPlane
[out, IUnknown#Release] CG plane

This object is included in the file: CATITPSThread.h

Copyright © 2003, Dassault Systèmes. All rights reserved.