All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

SPAbool Class NO_MERGE_ATTRIB

SPAbase.ACIS_OBJECT
  |
  +---SPAkern.ENTITY
    |
    +---SPAkern.ATTRIB
      |
      +---SPAkern.ATTRIB_ST
        |
        +---NO_MERGE_ATTRIB
 

Usage: you must use this class as is. You should never derive it.


public class NO_MERGE_ATTRIB

Specifies a user-defined attribute that signals that the entity is not to be merged out of the body.
Currently, this attribute is only recognized when attached to edges or vertices.

See also:
api_set_no_merge_attrib


Constructor and Destructor Index


o NO_MERGE_ATTRIB(ENTITY*)
C++ initialize constructor requests memory for this object and populates it with the data supplied as arguments.

Constructor and Destructor


o NO_MERGE_ATTRIB
public NO_MERGE_ATTRIB(ENTITY* ent= NULL)
C++ initialize constructor requests memory for this object and populates it with the data supplied as arguments.

Role: Applications should call this constructor only with the overloaded new operator inherited from the ENTITY class (for example,

x = new NO_MERGE_ATTRIB(...)),

because this reserves the memory on the heap, a requirement to support roll back and history management.

Parameters:
ent
owning entity.

This object is included in the file: mer_attr.hxx

Copyright (c) 1989-2007 by Spatial Corp. All rights reserved.