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

PrcBaseGeometry.h

Class stores base PRC geometry information.

 
Name 
Description 
 
Destroys the base PRC geometry information object. 
 
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 an entity has base geometry 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 geometry identifier. Identifier is used to refer to the geometry in the original CAD application and should not be used for referencing geometry in the PRC entity. If the geometry has no base information (base information flag is equal to false), throws eNullObjectPointer exception. 
 
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 an entity has base geometry 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 geometry. The identifier is used to refer to the geometry in the original CAD application and should not be used for referencing geometry in the PRC entity.
 
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.