Open CASCADE Technology
6.5.4
|
defines SolidInstance, Type <430> Form Number <0>
in package IGESSolid
This provides a mechanism for replicating a solid
representation.
From IGES-5.3, Form may be <1> for a BREP
Else it is for a Boolean Tree, Primitive, other Solid Inst.
#include <IGESSolid_SolidInstance.hxx>
Public Member Functions | |
IGESSolid_SolidInstance () | |
void | Init (const Handle< IGESData_IGESEntity > &anEntity) |
This method is used to set the fields of the class SolidInstance | |
Standard_Boolean | IsBrep () const |
Tells if a SolidInstance is for a BREP Default is False | |
void | SetBrep (const Standard_Boolean brep) |
Sets or unsets the Brep status (FormNumber = 1 else 0) | |
Handle_IGESData_IGESEntity | Entity () const |
returns the solid entity |
Handle_IGESData_IGESEntity IGESSolid_SolidInstance::Entity | ( | ) | const |
void IGESSolid_SolidInstance::Init | ( | const Handle< IGESData_IGESEntity > & | anEntity | ) |