API Reference > Classes > PRC Base Classes > OdPrcBaseTopology Class
OdPrcBaseTopology Class
OdPrcBaseTopology
Syntax
C++
class OdPrcBaseTopology;

PrcBaseTopology.h

Class implements storing base topology information of a PRC entity. Base topology information contains name, attributer data, and identifier for an original CAD application.

 
Name 
Description 
 
This is the overview for the attributeData method overload. 
 
Returns the current value of the base information flag. The base information flag determines whether the entity has base topology information. If it is equal to true, the information is available; if such information is not available the flag is equal to false. 
 
Returns the current value of the PRC base topology identifier. Identifier is used to reference the topology in the original CAD application and should not be used for referencing topology in a PRC entity. 
 
name 
This is the overview for the name method overload. 
 
Sets a new value of the base information flag. The base information flag determines whether the entity has base topology information. If it is equal to true, the information is available; if such information is not available the flag is equal to false.
 
 
Sets a new identifier for the PRC base topology. Identifier is used to reference the topology in the original CAD application and should not be used for referencing topology in the PRC entity.
 
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.