QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
opennurbs_brep_region.cpp File Reference
#include "opennurbs.h"

Classes

class  ON_BrepRegionTopologyUserData
 

Macros

#define PRINT_MSG(s)   if (text_log) text_log->Print(s)
 
#define PRINT_MSG1(s, a1)   if (text_log) text_log->Print(s,a1)
 
#define PRINT_MSG2(s, a1, a2)   if (text_log) text_log->Print(s,a1,a2)
 
#define PRINT_MSG3(s, a1, a2, a3)   if (text_log) text_log->Print(s,a1,a2,a3)
 

Functions

 ON_OBJECT_IMPLEMENT (ON_BrepFaceSide, ON_Object,"30930370-0D5B-4ee4-8083-BD635C7398A4")
 
 ON_OBJECT_IMPLEMENT (ON_BrepRegion, ON_Object,"CA7A0092-7EE6-4f99-B9D2-E1D6AA798AA1")
 
 ON_OBJECT_IMPLEMENT (ON_BrepRegionTopologyUserData, ON_UserData,"7FE23D63-E536-43f1-98E2-C807A2625AFF")
 

Macro Definition Documentation

◆ PRINT_MSG

#define PRINT_MSG ( s)    if (text_log) text_log->Print(s)

◆ PRINT_MSG1

#define PRINT_MSG1 ( s,
a1 )   if (text_log) text_log->Print(s,a1)

◆ PRINT_MSG2

#define PRINT_MSG2 ( s,
a1,
a2 )   if (text_log) text_log->Print(s,a1,a2)

◆ PRINT_MSG3

#define PRINT_MSG3 ( s,
a1,
a2,
a3 )   if (text_log) text_log->Print(s,a1,a2,a3)

Function Documentation

◆ ON_OBJECT_IMPLEMENT() [1/3]

ON_OBJECT_IMPLEMENT ( ON_BrepFaceSide ,
ON_Object ,
"30930370-0D5B-4ee4-8083-BD635C7398A4"  )

◆ ON_OBJECT_IMPLEMENT() [2/3]

ON_OBJECT_IMPLEMENT ( ON_BrepRegion ,
ON_Object ,
"CA7A0092-7EE6-4f99-B9D2-E1D6AA798AA1"  )

◆ ON_OBJECT_IMPLEMENT() [3/3]

ON_OBJECT_IMPLEMENT ( ON_BrepRegionTopologyUserData ,
ON_UserData ,
"7FE23D63-E536-43f1-98E2-C807A2625AFF"  )