[ROOT] --> small

class agitoComponent
    extends CPtrArray as public

a Component [by Wilson] (or lump by Acis) is a collection of the minimum number of features which would form a shell. for example, a block which has been split into two is described as one part consisting of two lumps We need lumps because a part can have components which need to be on different [outer ]positive oriented shells. a lump is a piece of a part, geometrically disconnected from other lumps on the same part.

. .

Source:
Agito.h:60

Constructors Index

agitoComponent
[public]
~agitoComponent
[public]


Methods Index

Add
[public]
GetAt
[public]
negate
[public]


Constructors

agitoComponent

public agitoComponent ( ) ;

agitoComponent

public virtual ~ agitoComponent ( ) ;


Methods

GetAt

public void * GetAt ( int i ) const ;

negate

public HRESULT negate ( void ) ;

Add

public int Add ( void * pF ) ;


This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.

Click here to return to the top of the page.